From 5476a1849190f248dd8532acab2803182ef2c1a4 Mon Sep 17 00:00:00 2001 From: Allan Lei Date: Fri, 6 May 2016 21:02:18 +0800 Subject: [PATCH] Bump version --- setup.py | 2 +- zipstream/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 05e1285..4472cee 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='zipstream', - version='1.1.3', + version='1.1.4', description='Zipfile generator', author='Allan Lei', author_email='allanlei@helveticode.com', diff --git a/zipstream/__init__.py b/zipstream/__init__.py index 4f9d7be..a176935 100644 --- a/zipstream/__init__.py +++ b/zipstream/__init__.py @@ -6,7 +6,7 @@ """ from __future__ import unicode_literals, print_function, with_statement -__version__ = '1.1.3' +__version__ = '1.1.4' import os import sys