From 42823b0e32145155ccb08e830d0dda03f7942a16 Mon Sep 17 00:00:00 2001 From: Yossi Mosbacher Date: Thu, 11 May 2023 12:41:37 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.10=20=E2=86=92=200.1.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- xefab/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 97073a3..8b90472 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.10 +current_version = 0.1.11 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 6b24d88..c696ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xefab" -version = "0.1.10" +version = "0.1.11" homepage = "https://github.com/jmosbacher/xefab" description = "Top-level package for xefab." authors = ["Yossi Mosbacher "] diff --git a/xefab/__init__.py b/xefab/__init__.py index 40cefa5..258c7ca 100644 --- a/xefab/__init__.py +++ b/xefab/__init__.py @@ -2,4 +2,4 @@ __author__ = """Yossi Mosbacher""" __email__ = "joe.mosbacher@gmail.com" -__version__ = "0.1.10" +__version__ = "0.1.11"