diff --git a/perconet/__init__.py b/perconet/__init__.py index facd4e8..3a941fa 100644 --- a/perconet/__init__.py +++ b/perconet/__init__.py @@ -30,4 +30,4 @@ __all__ = ["PeriodicNetwork", "LoopFinder"] -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index f4e518b..9d64017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perconet" -version = "0.2.0" +version = "0.2.1" description = "Analyze percolation properties of periodic networks" authors = ["Chiara Raffaelli, Wouter G. Ellenbroek"] homepage = "https://github.com/wouterel/perconet"