diff --git a/setup.py b/setup.py index b9c5a61f170003f6b329149c5416e4e3163ff2c8..59bb390a2a9be2bb2f67da715b2fc1988feaf9da 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='postgrestutils', - version='1.0', + version='0.1.0', packages=find_packages(), include_package_data=True, license='BSD',