diff --git a/setup.py b/setup.py index 94125a2..c401992 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def run(self): setup( name='pandas_schema', - version='0.3.0', + version='0.3.2', description='A validation library for Pandas data frames using user-friendly schemas', long_description=long_description, url='https://github.com/TMiguelT/PandasSchema',