We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad92b8 commit 894bf6dCopy full SHA for 894bf6d
cortext/__init__.py
@@ -19,7 +19,7 @@
19
20
21
# version must stay on line 22
22
-__version__ = "4.0.28"
+__version__ = "4.0.29"
23
version_split = __version__.split(".")
24
__spec_version__ = (
25
(1000 * int(version_split[0]))
0 commit comments