Skip to content

Commit

Permalink
Bump version: 1.1.8 → 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ftCLI committed Mar 3, 2024
1 parent 54d1cda commit 4dbb284
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.8
current_version = 1.1.9
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion foundryToolsCLI/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = __version__ = "1.1.8"
VERSION = __version__ = "1.1.9"

__all__ = ["VERSION"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _get_requirements():

setuptools.setup(
name="foundrytools-cli",
version="1.1.8",
version="1.1.9",
description="A set of command line tools to inspect, manipulate and convert font files",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4dbb284

Please sign in to comment.