Skip to content

Commit 1cc88e3

Browse files
committed
Bump version: 1.1.11 → 1.1.12
1 parent acf5f8c commit 1cc88e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.11
2+
current_version = 1.1.12
33
commit = True
44
tag = True
55

foundryToolsCLI/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = __version__ = "1.1.11"
1+
VERSION = __version__ = "1.1.12"
22

33
__all__ = ["VERSION"]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def _get_requirements():
1818

1919
setuptools.setup(
2020
name="foundrytools-cli",
21-
version="1.1.11",
21+
version="1.1.12",
2222
description="A set of command line tools to inspect, manipulate and convert font files",
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)