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