Prepare 0.1.0
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
nemunaire 2023-05-02 20:38:15 +02:00
parent a62e5f1a59
commit 3fb64bb6ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "happydomain" name = "happydomain"
version = "0.0.7" version = "0.1.0"
authors = [ authors = [
{ name="happyDomain's team", email="contact+pypi@happydomain.org" }, { name="happyDomain's team", email="contact+pypi@happydomain.org" },
] ]

View File

@ -8,7 +8,7 @@ try:
except ImportError: except ImportError:
from distutils.core import setup from distutils.core import setup
version = "0.0.7" version = "0.1.0"
setup( setup(
name = "happydomain", name = "happydomain",