summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-02-05 10:57:24 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-02-05 10:57:24 +0100
commit25fc0f32b45bf9f6230473b35aa4dba4752d8398 (patch)
tree91ed435c402f872512a9fadf349d602a3b843467
parent493044d885f465b7f79a2bb6cb0cdac1f32a2bdb (diff)
downloadpython-gamelocker-25fc0f32b45bf9f6230473b35aa4dba4752d8398.tar.gz
python-gamelocker-25fc0f32b45bf9f6230473b35aa4dba4752d8398.zip
push version number0.3.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c026045..0f0962a 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
setup(
name="python-gamelocker",
- version="0.2.0",
+ version="0.3.0",
description="Python Gamelocker API Wrapper",
author="schneefux",
author_email="schneefux+pypi_schneefux@schneefux.xyz",