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 adc7c38 commit e967521Copy full SHA for e967521
Lib/fontMath/__init__.py
@@ -10,4 +10,4 @@
10
from fontMath.mathKerning import MathKerning
11
12
13
-version = __version__ = "0.5.3.dev0"
+version = __version__ = "0.6.0"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.3.dev0
+current_version = 0.6.0
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.3.dev0",
+ version="0.6.0",
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