Prepare 0.0.7
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
nemunaire 2023-04-17 12:23:56 +02:00
parent f6c354476b
commit 7325b3956b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "happydomain"
version = "0.0.6"
version = "0.0.7"
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.6"
version = "0.0.7"
setup(
name = "happydomain",