We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bd993 commit 0107bb6Copy full SHA for 0107bb6
docs/conf.py
@@ -70,7 +70,7 @@ def setup(app):
70
# The full version, including alpha/beta/rc tags
71
# release = version
72
73
-version = "1.3.2"
+version = "1.4.1"
74
release = version
75
76
trackintel/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (1, 3, 2)
+VERSION = (1, 4, 1)
2
3
__version__ = ".".join(map(str, VERSION))
0 commit comments