We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3cc01 commit 3e675f4Copy full SHA for 3e675f4
src/alinea/astk/version.py
@@ -2,8 +2,8 @@
2
# -*- coding: utf-8 -*-
3
4
major = 2
5
-minor = 3
6
-post = 2
+minor = 4
+post = 0
7
8
__version__ = ".".join([str(s) for s in (major, minor, post)])
9
# #}
0 commit comments