Skip to content

Commit

Permalink
Oops: It's development version, not rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara Maia committed Jun 28, 2018
1 parent 13447bc commit 2c3d5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
class _Version(NamedTuple):
major: int = 0
minor: int = 3
revision: int = 0
extra: str = 'rc1'
revision: int = 1
extra: str = 'dev1'


__version_info__ = _Version()
Expand Down

0 comments on commit 2c3d5a1

Please sign in to comment.