Skip to content

Commit

Permalink
Merge branch 'release-1.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlei committed May 6, 2016
2 parents 2ebe493 + 5476a18 commit af6c9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion zipstream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af6c9b1

Please sign in to comment.