Skip to content

Commit b218c5f

Browse files
committed
Bump version: 1.1.14 → 1.1.15
1 parent d143cdc commit b218c5f

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.14
2+
current_version = 1.1.15
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.14"
1+
VERSION = __version__ = "1.1.15"
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.14",
21+
version="1.1.15",
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)