diff options
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="gsxws", - version="0.53", + version="0.54", description="Library for communicating with GSX Web Services API.", long_description=open('README.rst').read(), install_requires=['PyYAML', 'lxml'], @@ -18,7 +18,7 @@ setup( author="Filipp Lepalaan", author_email="filipp@fps.ee", url="https://github.com/filipp/py-gsxws", - download_url="https://github.com/filipp/py-gsxws/tarball/0.53", + download_url="https://github.com/filipp/py-gsxws/tarball/0.54", license="BSD", packages=find_packages(), package_data={'gsxws': ['products.yaml']} |