Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Call this v0.0.6 (using declare_namespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Jun 6, 2016
1 parent 68658fe commit 2def4f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ Revisions
* Backported fix for Python Issue 19839 to ignore non-LZMA
trailing data (original Python 3.5.1 patch by Nadeem Vawda,
backported by deroko, see GitHub pull request #5).
* v0.0.6 - June 2016
* Updated namespace packaging declaration now required by
more recent versions of setuptools which prevented simple
installation of v0.0.4 and v0.0.5 from PyPI.


Contributors
Expand Down
2 changes: 1 addition & 1 deletion backports/lzma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
_BUFFER_SIZE = 8192


__version__ = "0.0.5"
__version__ = "0.0.6"

class LZMAFile(io.BufferedIOBase):

Expand Down

0 comments on commit 2def4f9

Please sign in to comment.