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 95ffa93 commit 1b74e56Copy full SHA for 1b74e56
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.34
+current_version = 2.0.35
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[\+a-z]+)\.(?P<build>\d+))?
emod_api/__init__.py
@@ -10,4 +10,4 @@
10
11
For rest of emod-api documentation, please go to https://github.com/InstituteforDiseaseModeling/emod-api
12
"""
13
-__version__ = "2.0.34"
+__version__ = "2.0.35"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "emod-api"
7
-version = "2.0.34"
+version = "2.0.35"
8
description = "Core tools for modeling using EMOD"
9
readme = "README.md"
requires-python = ">=3.9"
0 commit comments