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 d0fb739 commit 3eebda6Copy full SHA for 3eebda6
pyproject.toml
@@ -78,7 +78,7 @@ doctest_optionflags = [
78
# ============================================================================
79
80
[tool.bumpversion]
81
-current_version = "0.4.2"
+current_version = "0.4.3"
82
message = "Bump version to {new_version}"
83
commit = true
84
tag = true
src/compas_session/__init__.py
@@ -5,7 +5,7 @@
5
__copyright__ = "ETH Zurich - Block Research Group"
6
__license__ = "MIT License"
7
__email__ = "[email protected]"
8
-__version__ = "0.4.2"
+__version__ = "0.4.3"
9
10
11
HERE = os.path.dirname(__file__)
0 commit comments