Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FavioVazquez committed Oct 2, 2017
1 parent 78145f4 commit a6d3c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optimus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ def _safe_int(string):
except ValueError:
return string

__version__ = '1.0.2'
__version__ = '1.0.3'
VERSION = tuple(_safe_int(x) for x in __version__.split('.'))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def readme():
author='Favio Vazquez',
author_email='favio.vazquez@ironmussa.com',
url='https://github.com/ironmussa/Optimus/',
download_url='https://github.com/ironmussa/Optimus/archive/1.0.2.tar.gz',
download_url='https://github.com/ironmussa/Optimus/archive/1.0.3.tar.gz',
description=('Optimus is the missing framework for cleaning and preprocessing data in a distributed fashion with '
'pyspark.'),
long_description=readme(),
Expand Down

0 comments on commit a6d3c47

Please sign in to comment.