diff --git a/pyproject.toml b/pyproject.toml index 54fc132..2b457f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simple-pytree" -version = "0.1.4" +version = "0.1.5" description = "" authors = ["Cristian Garcia "] license = "MIT" diff --git a/simple_pytree/__init__.py b/simple_pytree/__init__.py index 6f504f1..e3ca45e 100644 --- a/simple_pytree/__init__.py +++ b/simple_pytree/__init__.py @@ -1 +1,3 @@ +__version__ = "0.1.5" + from .pytree import Pytree, field, static_field