diff --git a/pyproject.toml b/pyproject.toml index 133a058..b88f506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pymc_repeater" -version = "1.0.0" +version = "1.0.1" authors = [ {name = "Lloyd", email = "lloyd@rightup.co.uk"}, ] diff --git a/repeater/__init__.py b/repeater/__init__.py index 5becc17..5c4105c 100644 --- a/repeater/__init__.py +++ b/repeater/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"