Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Mitchell committed Aug 1, 2019
1 parent 23406e5 commit 76222d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pure_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, callable):
super(abstractstaticmethod, self).__init__(callable)


__version__ = '3.3.1'
__version__ = '3.3.2'


is_development = not hasattr(sys, 'frozen')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pure_interface',
version='3.3.1',
version='3.3.2',
py_modules=['pure_interface', 'pure_contracts'],
url='https://github.com/aranzgeo/pure_interface',
install_requires=['six', 'typing'],
Expand Down

0 comments on commit 76222d8

Please sign in to comment.