Skip to content

Commit

Permalink
Bump version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed Mar 11, 2015
1 parent 4c90cb1 commit bb1f840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 bb1f840

Please sign in to comment.