We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c007bd commit f03e33cCopy full SHA for f03e33c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.5
+current_version = 0.3.3
3
commit = True
4
tag = True
5
pyproject.toml
@@ -13,7 +13,7 @@ package-dir = {"" = "src"}
13
14
[project]
15
name = "lionweb"
16
-version = "0.3.5"
+version = "0.3.3"
17
description = "A Python package for working with LionWeb"
18
readme = "README.md"
19
authors = [{ name = "Federico Tomassetti", email = "[email protected]" }]
src/lionweb/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.3.5"
+__version__ = "0.3.3"
from .lionweb_version import LionWebVersion
__all__ = ["LionWebVersion"]
0 commit comments