Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
starofrainnight committed Jun 30, 2018
1 parent 22390f3 commit a348b72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion emailddns/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = """Hong-She Liang"""
__email__ = 'starofrainnight@gmail.com'
__version__ = '0.0.1'
__version__ = '0.0.2'
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -20,4 +20,4 @@ exclude = docs

[aliases]
test = pytest
# Define setup.py command aliases here

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
Expand Down

0 comments on commit a348b72

Please sign in to comment.