We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd384f1 commit ff3b158Copy full SHA for ff3b158
Lib/fontMath/__init__.py
@@ -10,4 +10,4 @@
10
from fontMath.mathKerning import MathKerning
11
12
13
-version = __version__ = "0.5.2.dev0"
+version = __version__ = "0.5.2"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.2.dev0
+current_version = 0.5.2
3
commit = True
4
tag = False
5
tag_name = {new_version}
setup.py
@@ -13,7 +13,7 @@
14
setup(
15
name="fontMath",
16
- version="0.5.2.dev0",
+ version="0.5.2",
17
description="A set of objects for performing math operations on font data.",
18
# long_description=long_description,
19
author="Tal Leming",
0 commit comments