diff --git a/pyproject.toml b/pyproject.toml index 9dd1ad5..cb8af0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "happydomain" -version = "0.1.1" +version = "0.2.0" authors = [ { name="happyDomain's team", email="contact+pypi@happydomain.org" }, ] diff --git a/setup.py b/setup.py index 365f2c9..0dc2ead 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ try: except ImportError: from distutils.core import setup -version = "0.1.0" +version = "0.2.0" setup( name = "happydomain",