We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b541f87 commit 5aa5d21Copy full SHA for 5aa5d21
1 file changed
backend/kangas/_version.py
@@ -11,5 +11,5 @@
11
# All rights reserved #
12
######################################################
13
14
-version_info = (2, 3, 3)
+version_info = (2, 3, 4)
15
__version__ = ".".join(map(str, version_info))
0 commit comments