We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72882b4 commit 193b0f6Copy full SHA for 193b0f6
1 file changed
backend/kangas/_version.py
@@ -11,5 +11,5 @@
11
# All rights reserved #
12
######################################################
13
14
-version_info = (2, 4, "0alpha1")
+version_info = (2, 4, 0)
15
__version__ = ".".join(map(str, version_info))
0 commit comments