diff --git a/emailddns/__init__.py b/emailddns/__init__.py index 3de1a5c..877d611 100644 --- a/emailddns/__init__.py +++ b/emailddns/__init__.py @@ -4,4 +4,4 @@ __author__ = """Hong-She Liang""" __email__ = 'starofrainnight@gmail.com' -__version__ = '0.0.1' +__version__ = '0.0.2' diff --git a/setup.cfg b/setup.cfg index 96c7cb6..97b907c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True tag_name = {new_version} @@ -20,4 +20,4 @@ exclude = docs [aliases] test = pytest -# Define setup.py command aliases here + diff --git a/setup.py b/setup.py index eabb342..799a8e7 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='email-ddns', - version='0.0.1', + version='0.0.2', description=("A DDNS server/client that only rely on free services (email, " "outer ip getter)"), long_description=long_description,