Skip to content

Commit f03e33c

Browse files
committed
Update version
1 parent 8c007bd commit f03e33c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.5
2+
current_version = 0.3.3
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package-dir = {"" = "src"}
1313

1414
[project]
1515
name = "lionweb"
16-
version = "0.3.5"
16+
version = "0.3.3"
1717
description = "A Python package for working with LionWeb"
1818
readme = "README.md"
1919
authors = [{ name = "Federico Tomassetti", email = "[email protected]" }]

src/lionweb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.5"
1+
__version__ = "0.3.3"
22
from .lionweb_version import LionWebVersion
33

44
__all__ = ["LionWebVersion"]

0 commit comments

Comments
 (0)