Bump version number
authorJonathan Griffin <jgriffin@mozilla.com>
Tue, 19 Feb 2013 16:24:17 -0800
changeset 45 07b895dd4770c4ddaa29bc6e5db2805513f4db7f
parent 44 8f466f97ac6e6175ab8165368c72f98b8d087657
child 46 bfaec82f77cb0ba8aa7c8ad7ef482e2ad0bdd40e
push id46
push userjgriffin@mozilla.com
push dateWed, 20 Feb 2013 00:24:43 +0000
Bump version number
setup.py
--- a/setup.py
+++ b/setup.py
@@ -33,17 +33,17 @@
 # the provisions above, a recipient may use your version of this file under
 # the terms of any one of the MPL, the GPL or the LGPL.
 #
 # ***** END LICENSE BLOCK *****
 
 import sys
 from setuptools import setup, find_packages
 
-version = '0.1.1'
+version = '0.1.2'
 PACKAGE_NAME = 'mozautoeslib'
 
 deps = ['pyes == 0.16']
 
 if sys.version < '2.5' or sys.version >= '3.0':
     print >>sys.stderr, '%s requires Python >= 2.5 and < 3.0' % PACKAGE_NAME
     sys.exit(1)