diff --git a/einop/__init__.py b/einop/__init__.py index 2e853e7..b70d793 100644 --- a/einop/__init__.py +++ b/einop/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.0" +__version__ = "0.0.1" __all__ = ["einop"] import functools diff --git a/pyproject.toml b/pyproject.toml index a5ee647..ea77100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "einop" -version = "0.0.0" +version = "0.0.1" description = "" authors = ["Cristian Garcia "] license = "MIT"