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",