Skip to content

Commit

Permalink
Update version to 2.0rc2
Browse files Browse the repository at this point in the history
Update the version to 2.0rc2, second release candidate.
  • Loading branch information
michaelweiser committed Mar 27, 2020
1 parent 1797746 commit 8510834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peekaboo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
""" Peekaboo constant module data. """


VERSION = (2, '0rc1')
VERSION = (2, '0rc2')

__version__ = '.'.join(map(str, VERSION))
__author__ = 'Felix Bauer'
Expand Down

0 comments on commit 8510834

Please # to comment.