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 4d6aba6 commit d3e66aeCopy full SHA for d3e66ae
pylogics/__init__.py
@@ -22,4 +22,4 @@
22
23
"""A Python library for logic formalisms representation and manipulation."""
24
25
-__version__ = "0.1.1"
+__version__ = "0.2.1"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pylogics"
3
-version = "0.1.1"
+version = "0.2.1"
4
description = "A Python library for logic formalisms representation and manipulation."
5
authors = ["MarcoFavorito <marco.favorito@gmail.com>"]
6
license = "LGPL-3.0-or-later"
0 commit comments