summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-19 15:19:42 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-19 15:19:42 +0100
commit2394e44ab0fc35c2166f9d31681a2dabeefbb7c8 (patch)
treee73e612c49dda91d18b0878e4febcdfb93e5190e
parent24c320470f8a31cb09f1fa875268e2dc868f2698 (diff)
downloadpython-gamelocker-2394e44ab0fc35c2166f9d31681a2dabeefbb7c8.tar.gz
python-gamelocker-2394e44ab0fc35c2166f9d31681a2dabeefbb7c8.zip
bump pip version0.5.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 29860f8..9402534 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
setup(
name="python-gamelocker",
- version="0.4.0",
+ version="0.5.0",
description="Python Gamelocker API Wrapper",
author="schneefux",
author_email="schneefux+pypi_schneefux@schneefux.xyz",