From 6b251312a5e1f9ea977a0b138cb53e0a092aa8ee Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 8 Jun 2015 23:05:40 +0300 Subject: Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe6aeca..07c3b7f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="gsxws", - version="0.55", + version="0.56", description="Library for communicating with GSX Web Services API.", long_description=open('README.rst').read(), install_requires=['PyYAML', 'lxml'], -- cgit v1.2.3