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 a090a90 commit 911b429Copy full SHA for 911b429
pyproject.toml
@@ -73,7 +73,7 @@ doctest_optionflags = [
73
# ============================================================================
74
75
[tool.bumpversion]
76
-current_version = "0.2.0"
+current_version = "0.4.12"
77
message = "Bump version to {new_version}"
78
commit = true
79
tag = true
src/compas_rv/__init__.py
@@ -5,7 +5,7 @@
5
__copyright__ = "ETH Zurich - Block Research Group"
6
__license__ = "MIT License"
7
__email__ = "[email protected]"
8
-__version__ = "0.2.0"
+__version__ = "0.4.12"
9
10
11
HERE = os.path.dirname(__file__)
0 commit comments