diff --git a/setup.py b/setup.py index 05b04cc..ec6ed65 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ __location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) -VERSION = '0.3.2' +VERSION = '0.4.0' version_file = open(os.path.join(__location__, 'orlo', '_version.py'), 'w') version_file.write("__version__ = '{}'".format(VERSION))