From 5b506e205fc69844974e2e976cb0a982d1498690 Mon Sep 17 00:00:00 2001 From: Yossi Mosbacher Date: Tue, 20 Jun 2023 21:45:34 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.20=20=E2=86=92=200.2.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- xedocs/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8db9162..fc43897 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.20 +current_version = 0.2.21 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 5fc2f9a..b56c949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xedocs" -version = "0.2.20" +version = "0.2.21" 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 2f7b406..2470b94 100644 --- a/xedocs/__init__.py +++ b/xedocs/__init__.py @@ -2,7 +2,7 @@ __author__ = """Yossi Mosbacher""" __email__ = "joe.mosbacher@gmail.com" -__version__ = "0.2.20" +__version__ = "0.2.21" import logging