Skip to content

Commit

Permalink
Merge branch 'release-0.9.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed Mar 11, 2015
2 parents 310af95 + 46cea49 commit 9ac55c4
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='0.9.5',
version='0.9.6',
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__ = '0.9.5'
__version__ = '0.9.6'


_empty = Parameter.empty
Expand Down

0 comments on commit 9ac55c4

Please sign in to comment.