From 2dd2f23505a3ba2bad1d9cdd6626b193f1469803 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 8 Feb 2024 14:31:20 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.11.0=20=E2=86=92=201.11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- yalexs/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b1d5087..c01d0ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.0 +current_version = 1.11.1 commit = True tag = True diff --git a/setup.py b/setup.py index 9f5fe39..9f1a7ad 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="yalexs", - version="1.11.0", + version="1.11.1", python_requires=">=3.9", classifiers=[ "Development Status :: 5 - Production/Stable", diff --git a/yalexs/__init__.py b/yalexs/__init__.py index fa22a8d..378447c 100644 --- a/yalexs/__init__.py +++ b/yalexs/__init__.py @@ -2,4 +2,4 @@ __author__ = """J. Nick Koston""" __email__ = "nick@koston.org" -__version__ = "1.11.0" +__version__ = "1.11.1"