Skip to content

Commit

Permalink
Fixed README and updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
smihica committed Mar 27, 2014
1 parent ffd4a5d commit 91b0466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ And the zip file is able to extract in WINDOWS.
This is a simple Minizip wrapper of python.
(http://www.winimage.com/zLibDll/minizip.html)

This fork adds a interface for compressing multiple files on the same encrypted zip.

This software uses zlib.
License: zlib/libpng License.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = 'pyminizip',
version = '0.0.2',
version = '0.1.0',
description = 'A minizip wrapper - To create a password encrypted zip file in python.',
author='Shin Aoyama',
author_email = "[email protected]",
Expand Down

0 comments on commit 91b0466

Please sign in to comment.