We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0583fa0 commit e6b1a97Copy full SHA for e6b1a97
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "modelgraph"
7
-version = "1.0.1"
+version = "1.1.0"
8
description = "Tool for extracting dependency graphs from gotran ODE models"
9
authors = [{name = "Henrik Finsberg", email = "henriknf@simula.no"}]
10
license = {text = "MIT"}
@@ -163,7 +163,7 @@ tag = true
163
sign_tags = false
164
tag_name = "v{new_version}"
165
tag_message = "Bump version: {current_version} → {new_version}"
166
-current_version = "1.0.1"
+current_version = "1.1.0"
167
168
169
[[tool.bumpversion.files]]
0 commit comments