Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Nov 6, 2017
1 parent dbc8933 commit 6ef037b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/glyphsLib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from glyphsLib.classes import __all__ as __all_classes__
from glyphsLib.classes import *

__version__ = "2.0.0.dev0"
__version__ = "2.0.0"

# Doing `import *` from a module that uses unicode_literals, produces
# "TypeError: Item in ``from list'' must be str, not unicode" on Python 2.
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 = 2.0.0.dev0
current_version = 2.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 @@ -162,7 +162,7 @@ def run(self):

setup(
name='glyphsLib',
version='2.0.0.dev0',
version='2.0.0',
author="James Godfrey-Kittle",
author_email="jamesgk@google.com",
description="A bridge from Glyphs source files (.glyphs) to UFOs",
Expand Down

0 comments on commit 6ef037b

Please sign in to comment.