diff --git a/.travis.yml b/.travis.yml index 729c1aa..411e78b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,5 @@ deploy: secure: kLTVnrjyggnqaGnLAi5M02LDGIC/hfQmdFD+2onZVjRyj3EKYvZ/INz9NtIPgMo4ocixe59LPJI40nORm53ifPiKZs0HikRw7Z/ebzqDXsyShlP4alxd35jXglDV+dRF8yT86UxlLYaUWp5JYODcGKZuMpBGqxu6KD2apq1EILc= on: tags: true + python: '3.4' distributions: sdist bdist_wheel diff --git a/setup.py b/setup.py index 7869a3f..2246d45 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def getfile(filename): setup( name='autocommand', - version='1.0.1', + version='1.0.2', py_modules=['autocommand'], package_dir={'': 'src'}, platforms='any', diff --git a/src/autocommand.py b/src/autocommand.py index 75195fe..359cc29 100644 --- a/src/autocommand.py +++ b/src/autocommand.py @@ -21,7 +21,7 @@ from io import IOBase -__version__ = '1.0.1' +__version__ = '1.0.2' _empty = Parameter.empty