diff --git a/setup.cfg b/setup.cfg index 74c4e55..c9b2f1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.1.1 commit = True tag = True @@ -18,7 +18,6 @@ universal = 1 exclude = docs [aliases] -# Define setup.py command aliases here test = pytest [tool:pytest] diff --git a/setup.py b/setup.py index 5d1aa59..4755022 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/mholtzscher/syllapy', - version='0.2.0', + version='0.1.1', zip_safe=False, ) diff --git a/syllapy/__init__.py b/syllapy/__init__.py index ea28d97..7adeb01 100644 --- a/syllapy/__init__.py +++ b/syllapy/__init__.py @@ -4,7 +4,7 @@ __author__ = """Michael Holtzscher""" __email__ = 'mholtz@protonmail.com' -__version__ = '0.2.0' +__version__ = '0.1.1' from string import punctuation