aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-03-30 21:15:12 +0200
committerFilipp Lepalaan <f@230.to>2013-03-30 21:15:12 +0200
commita23e941b28325af23146734e95f969f37d1051e1 (patch)
tree0051644eab442e1a14c749cc8f15463027c156f5 /setup.py
parent3ce52ecbdd7cafbaadc2358a06e770a5a25b760b (diff)
downloadpy-gsxws-a23e941b28325af23146734e95f969f37d1051e1.tar.gz
py-gsxws-a23e941b28325af23146734e95f969f37d1051e1.tar.bz2
py-gsxws-a23e941b28325af23146734e95f969f37d1051e1.zip
Always return two-tuples in comptia.symptoms()
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 1fbc2e5..0b28ea6 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="gsxws",
- version="0.2",
+ version="0.3",
description="Apple GSX integration.",
install_requires = ['suds'],
classifiers=[