Skip to content

Commit

Permalink
Merge branch 'release-1.0.2' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed Mar 11, 2015
2 parents 34b5b79 + bb1f840 commit 92cbce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ deploy:
secure: kLTVnrjyggnqaGnLAi5M02LDGIC/hfQmdFD+2onZVjRyj3EKYvZ/INz9NtIPgMo4ocixe59LPJI40nORm53ifPiKZs0HikRw7Z/ebzqDXsyShlP4alxd35jXglDV+dRF8yT86UxlLYaUWp5JYODcGKZuMpBGqxu6KD2apq1EILc=
on:
tags: true
python: '3.4'
distributions: sdist bdist_wheel
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/autocommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from io import IOBase


__version__ = '1.0.1'
__version__ = '1.0.2'


_empty = Parameter.empty
Expand Down

0 comments on commit 92cbce3

Please sign in to comment.