Skip to content

Commit

Permalink
Change VERSION = (0, 13, 2, "final", 0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonboiser committed Apr 16, 2020
1 parent 1e214d3 commit 7a4b911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#: This may not be the exact version as it's subject to modification with
#: get_version() - use ``kolibri.__version__`` for the exact version string.
VERSION = (0, 13, 2, "beta", 0)
VERSION = (0, 13, 2, "final", 0)

__author__ = "Learning Equality"
__email__ = "info@learningequality.org"
Expand Down

0 comments on commit 7a4b911

Please sign in to comment.