Skip to content

Commit

Permalink
bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara Maia committed Sep 20, 2018
1 parent 13ac15e commit b80151a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class _Version(NamedTuple):
major: int = 0
minor: int = 5
revision: int = 0
revision: int = 1
extra: str = 'dev1'


Expand Down

0 comments on commit b80151a

Please sign in to comment.