Bump version: 0.10.9 → 0.11.0

This commit is contained in:
Fabio Manganiello 2019-12-04 12:17:17 +00:00
parent c34c8586f4
commit 50168e00c5
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ from .utils import set_thread_name
__author__ = 'Fabio Manganiello <blacklight86@gmail.com>'
__version__ = '0.10.9'
__version__ = '0.11.0'
LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.INFO)

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.9
current_version = 0.11.0
commit = True
tag = True