Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Dec 5, 2017
1 parent 480124e commit c62487a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/ufo2ft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from ufo2ft.postProcessor import PostProcessor


__version__ = "1.0.0.dev0"
__version__ = "1.0.0"


def compileOTF(ufo, preProcessorClass=OTFPreProcessor,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0.dev0
current_version = 1.0.0
commit = True
tag = False
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def run(self):

setup(
name="ufo2ft",
version="1.0.0.dev0",
version="1.0.0",
author="Tal Leming, James Godfrey-Kittle",
author_email="tal@typesupply.com",
maintainer="James Godfrey-Kittle",
Expand Down

0 comments on commit c62487a

Please sign in to comment.