diff --git a/setup.cfg b/setup.cfg index a5c5bc1..7b595a1 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 63c4d44..021e79d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='shotatlogging', - version='0.0.1', + version='0.0.2', description="Provide simple way to initialize logging module with default environment", long_description=long_description, author="Hong-She Liang", diff --git a/shotatlogging/__init__.py b/shotatlogging/__init__.py index 5e0f510..a043e4d 100644 --- a/shotatlogging/__init__.py +++ b/shotatlogging/__init__.py @@ -4,6 +4,6 @@ __author__ = """Hong-She Liang""" __email__ = 'starofrainnight@gmail.com' -__version__ = '0.0.1' +__version__ = '0.0.2' from .shotatlogging import *