Skip to content

Commit

Permalink
stable v
Browse files Browse the repository at this point in the history
  • Loading branch information
sandes committed May 4, 2020
1 parent e6bde9f commit 0318553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
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 0318553

Please sign in to comment.