Skip to content

Commit

Permalink
set version to 0.4.6.post1
Browse files Browse the repository at this point in the history
no changes to the code, we only want to upload new wheels with python3.7 support

we need to change the version otherwise pypi doesn't allow use to upload
  • Loading branch information
anthrotype committed Jul 26, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3ba8cd3 commit 72d1a85
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -178,7 +178,7 @@ def run(self):

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


__version__ = "0.4.7.dev0"
__version__ = "0.4.6"


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

0 comments on commit 72d1a85

Please sign in to comment.