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