Skip to content

Commit 1d44656

Browse files
Merge pull request #67 from sergey-dryabzhinsky/issue-64-update-to-150
Prepare for 1.5.0.1 - missing zstd_errors.h
2 parents fe656bc + 759132e commit 1d44656

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ graft tests
77
include LICENSE
88
include README.md
99
include zstd/lib/zstd.h
10+
include zstd/lib/zstd_errors.h

PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 1.1
22
Name: zstd
3-
Version: 1.5.0.0
3+
Version: 1.5.0.1
44
Summary: Simple python bindings to Yann Collet ZSTD compression library
55
Home-page: https://github.com/sergey-dryabzhinsky/python-zstd
66
Author: Sergey Dryabzhinsky
77
Author-email: [email protected]
88
License: 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
1010
Description: Simple ZSTandarD bindings for Python
1111
Keywords: zstd,zstandard,compression
1212
Platform: POSIX

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Package version
1515
PKG_VERSION = VERSION
1616
# Minor versions
17-
PKG_VERSION += ("0",)
17+
PKG_VERSION += ("1",)
1818
PKG_VERSION_STR = ".".join([str(x) for x in PKG_VERSION])
1919

2020
###

0 commit comments

Comments
 (0)