diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ab07291..cc1ce80 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index c347c9a..144a969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xedocs" -version = "0.2.4" +version = "0.2.5" homepage = "https://github.com/XENONnT/xedocs" description = "Top-level package for xedocs." authors = ["Yossi Mosbacher "] diff --git a/xedocs/__init__.py b/xedocs/__init__.py index a8a2df9..f9a7c28 100644 --- a/xedocs/__init__.py +++ b/xedocs/__init__.py @@ -2,7 +2,7 @@ __author__ = """Yossi Mosbacher""" __email__ = "joe.mosbacher@gmail.com" -__version__ = "0.2.4" +__version__ = "0.2.5" import logging logger = logging.getLogger(__name__)