Bump version to 1.1.2

This commit is contained in:
dgelessus 2018-02-01 11:06:22 +01:00
parent ee796d0eb1
commit bc4bad678a
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ __all__ = [
"open", "open",
] ]
__version__ = "1.1.1" __version__ = "1.1.2"
# Translation table to replace ASCII non-printable characters with periods. # Translation table to replace ASCII non-printable characters with periods.
_TRANSLATE_NONPRINTABLES = {k: "." for k in [*range(0x20), 0x7f]} _TRANSLATE_NONPRINTABLES = {k: "." for k in [*range(0x20), 0x7f]}

View File

@ -7,7 +7,7 @@ with open("README.rst", "r", encoding="utf-8") as f:
setuptools.setup( setuptools.setup(
name="rsrcfork", name="rsrcfork",
version="1.1.1", version="1.1.2",
description="A pure Python library for reading old Macintosh resource manager data", description="A pure Python library for reading old Macintosh resource manager data",
long_description=long_description, long_description=long_description,
url="https://github.com/dgelessus/python-rsrcfork", url="https://github.com/dgelessus/python-rsrcfork",