Skip to content

Commit

Permalink
BLD: new release number (mie-lab#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyeehh committed Nov 9, 2023
1 parent b480927 commit b43c225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -74,7 +74,7 @@ def setup(app):
# The full version, including alpha/beta/rc tags
# release = version

version = "1.2.2"
version = "1.2.3"
release = version


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
NAME = "trackintel"
DESCRIPTION = "Human mobility and movement analysis framework."
URL = "https://github.com/mie-lab/trackintel"
EMAIL = "dobucher@ethz.ch, martinhe@ethz.ch"
EMAIL = "dobucher@ethz.ch, martinhe@ethz.ch, hongy@ethz.ch"
AUTHOR = "Dominik Bucher, Henry Martin, Ye Hong"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = None
Expand Down
2 changes: 1 addition & 1 deletion trackintel/__version__.py
@@ -1,3 +1,3 @@
VERSION = (1, 2, 2)
VERSION = (1, 2, 3)

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

0 comments on commit b43c225

Please sign in to comment.