Skip to content

Commit 9b48e93

Browse files
committed
Bump to 0.5.1
1 parent e0ea48f commit 9b48e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# unzip-http version history
22

3-
# v0.5.1 ()
3+
# v0.5.1 (2024-07-03)
44

55
- add RemoteZipInfo.extract() method
66
- handle large (>64k) central dir

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def requirements():
1414

1515
setup(
1616
name="unzip-http",
17-
version="0.4",
17+
version="0.5.1",
1818
description="extract files from .zip files over http without downloading entire archive",
1919
long_description=readme(),
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)