aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-08-25 11:39:37 +0300
committerFilipp Lepalaan <f@230.to>2013-08-25 11:39:37 +0300
commit75f0087e4fae39f21d0e362ecc7f8756cc0a828e (patch)
tree2cdc1e7dc250d06d68bcd66f03ddbaedd4805920 /setup.py
parentea3462fc685ecb7c93ae4d82dd25e1a7cda4f63a (diff)
downloadpy-gsxws-75f0087e4fae39f21d0e362ecc7f8756cc0a828e.tar.gz
py-gsxws-75f0087e4fae39f21d0e362ecc7f8756cc0a828e.tar.bz2
py-gsxws-75f0087e4fae39f21d0e362ecc7f8756cc0a828e.zip
Set timeout to 30 sec, version bump.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 83ed1d9..58b754b 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="gsxws",
- version="0.4",
+ version="0.5",
description="Library for communicating with GSX Web Services API.",
install_requires=['PyYAML', 'lxml'],
classifiers=[