Skip to content

Commit 26eb279

Browse files
committed
Bump version: 1.1.13 → 1.1.14
1 parent 94570bb commit 26eb279

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