Skip to content

Commit

Permalink
Bump version: 0.5.1.dev0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Dec 27, 2020
1 parent f015cd5 commit 945254f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1.dev0
current_version = 0.5.1
commit = True
tag = False
tag_name = {new_version}
Expand Down Expand Up @@ -43,4 +43,3 @@ addopts =
-v
-r a
--doctest-modules

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.1.dev0",
version="0.5.1",
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.1.dev0"
__version__ = "0.5.1"


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

0 comments on commit 945254f

Please sign in to comment.