8000 v1.0.1 · netzulo/python-io-chunks@651b313 · GitHub
[go: up one dir, main page]

Skip to content

Commit 651b313

Browse files
committed
v1.0.1
1 parent 880bf3c commit 651b313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io_chunks/_io_chunks_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
NAME = "io-chunks"
5-
VERSION = (1, 0, 0)
5+
VERSION = (1, 0, 1)
66
VERSION_STR = '.'.join(map(str, VERSION))
77
LICENSE = "MIT"
88
DESCRIPTION = "Stream chunks compatible with IO standard library"

0 commit comments

Comments
 (0)
0