This commit is contained in:
parent
d14552dd78
commit
63fe8c9b80
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "happydomain"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = [
|
||||
{ name="happyDomain's team", email="contact+pypi@happydomain.org" },
|
||||
]
|
||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ try:
|
|||
except ImportError:
|
||||
from distutils.core import setup
|
||||
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
|
||||
setup(
|
||||
name = "happydomain",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue