Skip to content

Commit 5476a18

Browse files
committed
Bump version
1 parent 2ebe493 commit 5476a18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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='allanlei@helveticode.com',

zipstream/__init__.py

Lines changed: 1 addition & 1 deletion
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)