Skip to content

Commit

Permalink
bump version number to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Mitchell committed Aug 1, 2019
1 parent 7c0215e commit 0cc2b89
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 @@ -40,7 +40,7 @@ def __init__(self, callable):
super(abstractstaticmethod, self).__init__(callable)


__version__ = '3.5.1'
__version__ = '3.5.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.5.1',
version='3.5.2',
py_modules=['pure_interface', 'pure_contracts'],
url='https://github.com/seequent/pure_interface',
install_requires=['six', 'typing'],
Expand Down

0 comments on commit 0cc2b89

Please sign in to comment.