Skip to content

Commit

Permalink
zipfly upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sandes committed Mar 25, 2020
1 parent 7b6606f commit b20f0f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It was created by Buzon.io to generate a zipfly on-the-fly for download in a pyt


# Install
pip install zipfly
pip install zipfly==1.1.3

# Basic usage

Expand Down
Binary file added dist/zipfly-1.1.2.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
name='zipfly',
packages=['zipfly'],
description='ZipFly',
version='1.1.2',
version='1.1.3',
url='http://github.com/buzonIO/zipfly',
download_url = 'https://github.com/BuzonIO/zipfly/archive/v1.1.2.tar.gz',
download_url = 'https://github.com/BuzonIO/zipfly/archive/v1.1.3.tar.gz',
author='Buzon',
author_email='[email protected]',
keywords=['zipfly','buzon'],
Expand Down
4 changes: 2 additions & 2 deletions zipfly.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: zipfly
Version: 1.1
Version: 1.1.2
Summary: ZipFly
Home-page: http://github.com/buzonIO/zipfly
Author: Buzon
Author-email: [email protected]
License: UNKNOWN
Download-URL: https://github.com/BuzonIO/zipfly/archive/v1.1.tar.gz
Download-URL: https://github.com/BuzonIO/zipfly/archive/v1.1.2.tar.gz
Description: UNKNOWN
Keywords: zipfly,buzon
Platform: UNKNOWN
Expand Down
2 changes: 1 addition & 1 deletion zipfly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
from __future__ import unicode_literals, print_function, with_statement

__version__ = '1.1.2'
__version__ = '1.1.3'

from zipfile import (
ZIP_STORED,
Expand Down

0 comments on commit b20f0f0

Please sign in to comment.