diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e0b99d5..17c8a13 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.12 +current_version = 0.2.13 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 9381b3d..15226a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xedocs" -version = "0.2.12" +version = "0.2.13" 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 a5fe505..6075aad 100644 --- a/xedocs/__init__.py +++ b/xedocs/__init__.py @@ -2,7 +2,7 @@ __author__ = """Yossi Mosbacher""" __email__ = "joe.mosbacher@gmail.com" -__version__ = "0.2.12" +__version__ = "0.2.13" import logging