Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Nov 29, 2019
1 parent d840883 commit 1513493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = 0.4.7.dev0
current_version = 0.5.0
commit = True
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def build_extension(self, ext):

setup_params = dict(
name="compreffor",
version="0.5.0b1",
version="0.5.0",
description="A CFF subroutinizer for fontTools.",
long_description=long_description,
author="Sam Fishman",
Expand Down
2 changes: 1 addition & 1 deletion src/python/compreffor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
from compreffor import cxxCompressor, pyCompressor


__version__ = "0.5.0b1"
__version__ = "0.5.0"


def compress(ttFont, method_python=False, **options):
Expand Down

0 comments on commit 1513493

Please sign in to comment.