diff --git a/setup.py b/setup.py index f35ec435..632ea821 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='testgres', packages=['testgres'], - version='1.3.2', + version='1.3.3', description='Testing utility for PostgreSQL and its extensions', license='PostgreSQL', author='Ildar Musin',