pkg: prepare 0.3.0
1 files changed, 1 insertions(+), 2 deletions(-)

M setup.py
M setup.py +1 -2
@@ 6,12 6,11 @@ postgres clusters for unit tests using p
 """
 
 setup(name='pytest_sa_pg',
-      version='0.2.0',
+      version='0.3.0',
       description=description,
       author='Aurélien Campéas',
       author_email='aurelien.campeas@pythonian.fr',
       url='https://bitbucket.org/pythonian/pytest_sa_pg',
-      license='LGPL',
 
       packages=['pytest_sa_pg'],
       package_dir={'pytest_sa_pg': '.'},