Skip to content

Commit

Permalink
Changed release to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jan 24, 2019
1 parent af2fd32 commit 44c6572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__authors__ = 'Jakob Nybo Nissen', 'Simon Rasmussen'
__licence__ = 'MIT'
__version__ = (1, 0)
__version__ = (1, 0, 1)

import sys as _sys
if _sys.version_info[:2] < (3, 5):
Expand Down

0 comments on commit 44c6572

Please sign in to comment.