Bump version: 2.4.0.dev0 → 3.0.0.dev0
This commit is contained in:
parent
81e0855cc7
commit
7101e62863
@ -66,7 +66,7 @@ __all__ = [
|
|||||||
"convertFontInfoValueForAttributeFromVersion2ToVersion1"
|
"convertFontInfoValueForAttributeFromVersion2ToVersion1"
|
||||||
]
|
]
|
||||||
|
|
||||||
__version__ = "2.4.0.dev0"
|
__version__ = "3.0.0.dev0"
|
||||||
|
|
||||||
|
|
||||||
# ---------
|
# ---------
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 2.4.0.dev0
|
current_version = 3.0.0.dev0
|
||||||
commit = True
|
commit = True
|
||||||
tag = False
|
tag = False
|
||||||
tag_name = v{new_version}
|
tag_name = v{new_version}
|
||||||
|
2
setup.py
2
setup.py
@ -147,7 +147,7 @@ http://unifiedfontobject.org
|
|||||||
|
|
||||||
setup_params = dict(
|
setup_params = dict(
|
||||||
name="ufoLib",
|
name="ufoLib",
|
||||||
version="2.4.0.dev0",
|
version="3.0.0.dev0",
|
||||||
description="A low-level UFO reader and writer.",
|
description="A low-level UFO reader and writer.",
|
||||||
author="Just van Rossum, Tal Leming, Erik van Blokland, others",
|
author="Just van Rossum, Tal Leming, Erik van Blokland, others",
|
||||||
author_email="info@robofab.com",
|
author_email="info@robofab.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user