mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-02-06 14:30:31 +00:00
Bump version to 1.1.1
This commit is contained in:
parent
5dbec5d905
commit
f6e424674d
@ -22,7 +22,7 @@ __all__ = [
|
||||
"open",
|
||||
]
|
||||
|
||||
__version__ = "1.1.0"
|
||||
__version__ = "1.1.1"
|
||||
|
||||
# Translation table to replace ASCII non-printable characters with periods.
|
||||
_TRANSLATE_NONPRINTABLES = {k: "." for k in [*range(0x20), 0x7f]}
|
||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open("README.rst", "r", encoding="utf-8") as f:
|
||||
|
||||
setuptools.setup(
|
||||
name="rsrcfork",
|
||||
version="1.1.0",
|
||||
version="1.1.1",
|
||||
description="A pure Python library for reading old Macintosh resource manager data",
|
||||
long_description=long_description,
|
||||
url="https://github.com/dgelessus/python-rsrcfork",
|
||||
|
Loading…
x
Reference in New Issue
Block a user