Skip to content

Commit

Permalink
Merge pull request #28 from BuzonIO/alpha
Browse files Browse the repository at this point in the history
Alpha
  • Loading branch information
sandes committed May 4, 2020
2 parents b4fb02e + 0318553 commit 19d635a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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='2.0.1',
version='2.1.0',
url='http://github.com/buzonIO/zipfly',
download_url = 'https://github.com/BuzonIO/zipfly/archive/v2.0.1.tar.gz',
download_url = 'https://github.com/BuzonIO/zipfly/archive/v2.1.0.tar.gz',
author='Buzon',
author_email='support@buzon.io',
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.2.2
Version: 2.0.1
Summary: ZipFly
Home-page: http://github.com/buzonIO/zipfly
Author: Buzon
Author-email: support@buzon.io
License: UNKNOWN
Download-URL: https://github.com/BuzonIO/zipfly/archive/v1.2.2.tar.gz
Download-URL: https://github.com/BuzonIO/zipfly/archive/v2.0.1.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__ = '2.0.1'
__version__ = '2.1.0'
__author__ = 'Santiago Debus - Grow HQ, Inc.'
__license__ = 'MIT'

Expand Down

0 comments on commit 19d635a

Please sign in to comment.