We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ebe493 + 5476a18 commit af6c9b1Copy full SHA for af6c9b1
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='zipstream',
7
- version='1.1.3',
+ version='1.1.4',
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.3'
+__version__ = '1.1.4'
11
import os
12
import sys
0 commit comments