Prepare 0.4.0
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
nemunaire 2025-07-28 17:43:43 +02:00
parent d0bbca3f5c
commit d4e542d4eb
2 changed files with 2 additions and 2 deletions

View file

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