Skip to content

Commit b43c225

Browse files
authored
BLD: new release number (#572)
1 parent b480927 commit b43c225

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

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

77-
version = "1.2.2"
77+
version = "1.2.3"
7878
release = version
7979

8080

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
NAME = "trackintel"
1414
DESCRIPTION = "Human mobility and movement analysis framework."
1515
URL = "https://github.com/mie-lab/trackintel"
16-
16+
1717
AUTHOR = "Dominik Bucher, Henry Martin, Ye Hong"
1818
REQUIRES_PYTHON = ">=3.6.0"
1919
VERSION = None

trackintel/__version__.py

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

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

0 commit comments

Comments
 (0)