diff --git a/peekaboo/__init__.py b/peekaboo/__init__.py index 1688ce2d..a7bc26f7 100644 --- a/peekaboo/__init__.py +++ b/peekaboo/__init__.py @@ -25,7 +25,7 @@ """ Peekaboo constant module data. """ -VERSION = (2, '1rc3') +VERSION = (2, 1) __version__ = '.'.join(map(str, VERSION)) __author__ = 'Felix Bauer'