File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ graft tests
77include LICENSE
88include README.md
99include zstd/lib/zstd.h
10+ include zstd/lib/zstd_errors.h
Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: zstd
3- Version: 1.5.0.0
3+ Version: 1.5.0.1
44Summary: Simple python bindings to Yann Collet ZSTD compression library
55Home-page: https://github.com/sergey-dryabzhinsky/python-zstd
66Author: Sergey Dryabzhinsky
7788License: BSD
9- Download-URL: https://github.com/sergey-dryabzhinsky/python-zstd/archive/v1.5.0.0 .tar.gz
9+ Download-URL: https://github.com/sergey-dryabzhinsky/python-zstd/archive/v1.5.0.1 .tar.gz
1010Description: Simple ZSTandarD bindings for Python
1111Keywords: zstd,zstandard,compression
1212Platform: POSIX
Original file line number Diff line number Diff line change 1414# Package version
1515PKG_VERSION = VERSION
1616# Minor versions
17- PKG_VERSION += ("0 " ,)
17+ PKG_VERSION += ("1 " ,)
1818PKG_VERSION_STR = "." .join ([str (x ) for x in PKG_VERSION ])
1919
2020###
You can’t perform that action at this time.
0 commit comments