We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f307f8 commit b7a6f17Copy full SHA for b7a6f17
2 files changed
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='zipstream',
7
- version='1.1.2',
+ version='1.1.3',
8
description='Zipfile generator',
9
author='Allan Lei',
10
author_email='allanlei@helveticode.com',
zipstream/__init__.py
@@ -6,7 +6,7 @@
"""
from __future__ import unicode_literals, print_function, with_statement
-__version__ = '1.1.2'
+__version__ = '1.1.3'
11
import os
12
import sys
0 commit comments