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

This commit is contained in:
Pierre-Olivier Mercier 2023-04-13 04:07:27 +02:00
parent 4e125180e0
commit 3f6dd27397
2 changed files with 2 additions and 2 deletions

View File

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

View File

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