Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benkiel committed Feb 2, 2018
1 parent e884986 commit 42e791c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/fontParts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0.dev0"
__version__ = "0.1.0"
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0.dev0
current_version = 0.1.0
commit = True
tag = False
tag_name = v{new_version}
Expand Down Expand Up @@ -32,3 +32,4 @@ formats = zip

[metadata]
license_file = LICENSE

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def run(self):

setup_params = dict(
name='fontParts',
version="0.1.0.dev0",
version="0.1.0",
description=("An API for interacting with the parts of fonts "
"during the font development process."),
author='Just van Rossum, Tal Leming, Erik van Blokland, others',
Expand Down

0 comments on commit 42e791c

Please sign in to comment.