bump version to 0.9.4

This commit is contained in:
Tayyeb 2015-08-18 08:28:57 +04:30
parent 934f77fcad
commit dcf1736454
2 changed files with 3 additions and 2 deletions

View File

@ -6,13 +6,14 @@
# Author: Isaac Schlueter - http://foohack.com/
# Author: Stoyan Stefanov - http://phpied.com/
# Contributor: Dan Beam - http://danbeam.org/
# Contributor: w.Tayyeb - http://tayyeb.info/
# Portions Copyright (c) 2011-2013 Yahoo! Inc. All rights reserved.
# LICENSE: BSD (revised)
##
__all__ = ('compress', 'compress_partitioned')
__version__ = '0.9.3'
__version__ = '0.9.4'
import re

View File

@ -18,7 +18,7 @@ except ImportError:
setup(
name='csscompressor',
version='0.9.3',
version='0.9.4',
url='http://github.com/sprymix/csscompressor',
license='BSD',
author='Yury Selivanov',