diff --git a/setup.py b/setup.py index 846fabfcf60f15de573501a6fc793b1460b49ccd..8f24b87d4d222bed8ef66c5cd507e6632b56edbf 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="2.0.0", + version="2.1.0", packages=find_packages(), include_package_data=True, license="BSD",