Skip to content

Commit e84e49c

Browse files
committed
Bump version
1 parent 38ff19e commit e84e49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wger/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
:license: GNU GPL, see LICENSE for more details.
66
"""
77

8-
VERSION = (2, 0, 0, 'beta', 1)
9-
RELEASE = False
8+
VERSION = (2, 0, 0, 'final', 1)
9+
RELEASE = True
1010

1111

1212
def get_version(version=None, release=None):

0 commit comments

Comments
 (0)