Skip to content

Commit

Permalink
Release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 2, 2017
1 parent bc37645 commit ee92fee
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.6.dev0
current_version = 0.4.6
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 @@ -178,7 +178,7 @@ def run(self):

setup_params = dict(
name="compreffor",
version="0.4.6.dev0",
version="0.4.6",
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.4.6.dev0"
__version__ = "0.4.6"


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

0 comments on commit ee92fee

Please sign in to comment.