Skip to content

Commit f077df9

Browse files
committed
Bump version: 0.5.1.dev0 → 0.5.1
1 parent f78d7f7 commit f077df9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lib/fontMath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from fontMath.mathKerning import MathKerning
1111

1212

13-
version = __version__ = "0.5.1.dev0"
13+
version = __version__ = "0.5.1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1.dev0
2+
current_version = 0.5.1
33
commit = True
44
tag = False
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="fontMath",
16-
version="0.5.1.dev0",
16+
version="0.5.1",
1717
description="A set of objects for performing math operations on font data.",
1818
# long_description=long_description,
1919
author="Tal Leming",

0 commit comments

Comments
 (0)