diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7f47969..c6695ba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.22 +current_version = 0.2.23 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 7997022..1bff483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xedocs" -version = "0.2.22" +version = "0.2.23" 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 77700d9..73ab5e6 100644 --- a/xedocs/__init__.py +++ b/xedocs/__init__.py @@ -2,7 +2,7 @@ __author__ = """Yossi Mosbacher""" __email__ = "joe.mosbacher@gmail.com" -__version__ = "0.2.22" +__version__ = "0.2.23" import logging