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 826b761 commit d3ee01eCopy full SHA for d3ee01e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.3
+current_version = 1.0.4
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>.*))?
activitysim/__init__.py
@@ -2,5 +2,5 @@
# See full license in LICENSE.txt.
-__version__ = '1.0.3'
+__version__ = '1.0.4'
6
__doc__ = 'Activity-Based Travel Modeling'
0 commit comments