We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c89a1 commit a03d678Copy full SHA for a03d678
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "gotranx"
7
-version = "1.1.5"
+version = "1.2.0"
8
description = "A declarative language describing ordinary differential equations"
9
authors = [{name = "Henrik Finsberg", email = "[email protected]"}]
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.1.5"
+current_version = "1.2.0"
167
168
169
[[tool.bumpversion.files]]
0 commit comments