diff --git a/newswriter/__init__.py b/newswriter/__init__.py index f741b07..e14e7f8 100644 --- a/newswriter/__init__.py +++ b/newswriter/__init__.py @@ -17,7 +17,7 @@ import os import datetime -__version__ = '0.0.8' +__version__ = '0.0.9' logs = LogSetup() db = SQLAlchemy() diff --git a/setup.cfg b/setup.cfg index 2386264..d9883ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.8 +current_version = 0.0.9 commit = True tag = True diff --git a/setup.py b/setup.py index abdb1a7..64ebdd1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): setup( name='newswriter', - version='0.0.8', + version='0.0.9', url='https://github.com/ybenitezf/newswriter', license='GPL', author='Yoel Benítez Fonseca',