Skip to content

Commit

Permalink
Version 1.0.0.5
Browse files Browse the repository at this point in the history
Source hard
  • Loading branch information
Sergey Dryabzhinsky committed Sep 10, 2016
1 parent 41ff976 commit b9f73be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
graft src
graft zstd/lib/common
graft zstd/lib/compress
graft zstd/lib/decompress
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
VERSION_STR = ".".join([str(x) for x in VERSION])

# Minor versions
PKG_VERSION = VERSION + (4,)
PKG_VERSION = VERSION + (5,)
PKG_VERSION_STR = ".".join([str(x) for x in PKG_VERSION])

###
Expand Down

0 comments on commit b9f73be

Please sign in to comment.