diff --git a/setup.cfg b/setup.cfg index aa227bf..f9646fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.11.0 commit = True tag = True diff --git a/src/colusa/_version.py b/src/colusa/_version.py index 804b38f..e93a17c 100644 --- a/src/colusa/_version.py +++ b/src/colusa/_version.py @@ -1,6 +1,6 @@ __author__ = """Huu Hoa NGUYEN""" __email__ = "huuhoa@gmail.com" -__version__ = '0.10.0' +__version__ = '0.11.0' __copyright__ = "Copyright (c) 2020-2021 Huu Hoa NGUYEN" __license__ = "MIT License" __description__ = "Render website to ebook to make it easier to read on devices"