diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b7247b..83cfcb0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.12 +current_version = 1.1.13 commit = True tag = True diff --git a/foundryToolsCLI/__init__.py b/foundryToolsCLI/__init__.py index d1755db..a202f0b 100644 --- a/foundryToolsCLI/__init__.py +++ b/foundryToolsCLI/__init__.py @@ -1,3 +1,3 @@ -VERSION = __version__ = "1.1.12" +VERSION = __version__ = "1.1.13" __all__ = ["VERSION"] diff --git a/setup.py b/setup.py index 8adfbfb..234a54c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def _get_requirements(): setuptools.setup( name="foundrytools-cli", - version="1.1.12", + version="1.1.13", description="A set of command line tools to inspect, manipulate and convert font files", long_description=long_description, long_description_content_type="text/markdown",