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 Feb 14, 2018
1 parent df155d5 commit 7dc830f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion shotatlogging/__init__.py
Expand Up @@ -4,6 +4,6 @@

__author__ = """Hong-She Liang"""
__email__ = 'starofrainnight@gmail.com'
__version__ = '0.0.1'
__version__ = '0.0.2'

from .shotatlogging import *

0 comments on commit 7dc830f

Please sign in to comment.