Skip to content

Commit 08c43f4

Browse files
committed
Bump version
1 parent 920afbb commit 08c43f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='zipstream',
7-
version='1.1.0',
7+
version='1.1.1',
88
description='Zipfile generator',
99
author='Allan Lei',
1010
author_email='[email protected]',

zipstream/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77
from __future__ import unicode_literals, print_function, with_statement
88

9-
__version__ = '1.1.0'
9+
__version__ = '1.1.1'
1010

1111
import os
1212
import sys

0 commit comments

Comments
 (0)