From 98e224b1117b3bcecac4d709322eeccc2b3c28b5 Mon Sep 17 00:00:00 2001 From: ftCLI Date: Thu, 5 Dec 2024 07:15:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.21=20=E2=86=92=201.1.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- foundryToolsCLI/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8c3ef72..62dd616 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.21 +current_version = 1.1.22 commit = True tag = True diff --git a/foundryToolsCLI/__init__.py b/foundryToolsCLI/__init__.py index 63ecb2f..8e5d1c0 100644 --- a/foundryToolsCLI/__init__.py +++ b/foundryToolsCLI/__init__.py @@ -1,3 +1,3 @@ -VERSION = __version__ = "1.1.21" +VERSION = __version__ = "1.1.22" __all__ = ["VERSION"] diff --git a/setup.py b/setup.py index fd8859a..2e5b899 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def _get_requirements(): setuptools.setup( name="foundrytools-cli", - version="1.1.21", + version="1.1.22", description="A set of command line tools to inspect, manipulate and convert font files", long_description=long_description, long_description_content_type="text/markdown",