We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61842f commit 9a6363cCopy full SHA for 9a6363c
2 files changed
docs/conf.py
@@ -74,7 +74,7 @@ def setup(app):
74
# The full version, including alpha/beta/rc tags
75
# release = version
76
77
-version = "1.2.3"
+version = "1.2.4"
78
release = version
79
80
trackintel/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (1, 2, 3)
+VERSION = (1, 2, 4)
2
3
__version__ = ".".join(map(str, VERSION))
0 commit comments