Skip to content

Commit 0107bb6

Browse files
authored
BLD: new release num (#648)
1 parent 60bd993 commit 0107bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def setup(app):
7070
# The full version, including alpha/beta/rc tags
7171
# release = version
7272

73-
version = "1.3.2"
73+
version = "1.4.1"
7474
release = version
7575

7676

trackintel/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 3, 2)
1+
VERSION = (1, 4, 1)
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)