Skip to content

Commit 1b74e56

Browse files
author
IDM Tools
committed
Bump version: 2.0.34 → 2.0.35
1 parent 95ffa93 commit 1b74e56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 2.0.34
2+
current_version = 2.0.35
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[\+a-z]+)\.(?P<build>\d+))?

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__ = "2.0.34"
13+
__version__ = "2.0.35"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "emod-api"
7-
version = "2.0.34"
7+
version = "2.0.35"
88
description = "Core tools for modeling using EMOD"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)