Skip to content

Commit d3ee01e

Browse files
committed
Bump version: 1.0.3 → 1.0.4
1 parent 826b761 commit d3ee01e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.3
2+
current_version = 1.0.4
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>.*))?

activitysim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# See full license in LICENSE.txt.
33

44

5-
__version__ = '1.0.3'
5+
__version__ = '1.0.4'
66
__doc__ = 'Activity-Based Travel Modeling'

0 commit comments

Comments
 (0)