Skip to content

Commit d3e66ae

Browse files
committed
package: bump version number
1 parent 4d6aba6 commit d3e66ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pylogics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
"""A Python library for logic formalisms representation and manipulation."""
2424

25-
__version__ = "0.1.1"
25+
__version__ = "0.2.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pylogics"
3-
version = "0.1.1"
3+
version = "0.2.1"
44
description = "A Python library for logic formalisms representation and manipulation."
55
authors = ["MarcoFavorito <marco.favorito@gmail.com>"]
66
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)