Skip to content

Commit af6c9b1

Browse files
committed
Merge branch 'release-1.1.4'
2 parents 2ebe493 + 5476a18 commit af6c9b1

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.3',
7+
version='1.1.4',
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.3'
9+
__version__ = '1.1.4'
1010

1111
import os
1212
import sys

0 commit comments

Comments
 (0)