Skip to content

Commit

Permalink
Merge pull request #44 from ftCLI/dev
Browse files Browse the repository at this point in the history
Release v0.9.14
  • Loading branch information
ftCLI authored May 15, 2023
2 parents cd6436b + 6dbf2cf commit 322f0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="font-CLI",
version="0.9.14.dev0",
version="0.9.14",
description="A set of command line tools to edit fonts with FontTools",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -35,6 +35,6 @@
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
python_requires=">=3.7, <3.11",
python_requires=">=3.8, <3.11",
zip_safe=False,
)

0 comments on commit 322f0ee

Please sign in to comment.