Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlei committed Sep 29, 2015
1 parent 920afbb commit 08c43f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='zipstream',
version='1.1.0',
version='1.1.1',
description='Zipfile generator',
author='Allan Lei',
author_email='allanlei@helveticode.com',
Expand Down
2 changes: 1 addition & 1 deletion zipstream/__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.0'
__version__ = '1.1.1'

import os
import sys
Expand Down

0 comments on commit 08c43f4

Please sign in to comment.