Skip to content

Commit c4849be

Browse files
committed
bump version to 2.0.0 and make 2.0 a release branch
1 parent 4fdb8c1 commit c4849be

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.bump_version.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.33.4
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

.github/workflows/build_test_publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- release*
77
- master
8+
- 2.0
89
jobs:
910
build_test_publish:
1011
runs-on: ubuntu-latest

emod_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
1111
For rest of emod-api documentation, please go to https://github.com/InstituteforDiseaseModeling/emod-api
1212
"""
13-
__version__ = "1.33.4"
13+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)