diff --git a/pgsu/__init__.py b/pgsu/__init__.py index d43238e..7858e30 100644 --- a/pgsu/__init__.py +++ b/pgsu/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """Connect to an existing PostgreSQL cluster as the `postgres` superuser and execute SQL commands.""" -__version__ = '0.2.4' +__version__ = '0.3.0' import logging import traceback