Skip to content

Commit

Permalink
Bump version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweiser committed Apr 26, 2022
1 parent 89c5522 commit b4e9215
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, '1rc3')
VERSION = (2, 1)

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

0 comments on commit b4e9215

Please sign in to comment.