pkg: prepare 0.2
1 files changed, 2 insertions(+), 2 deletions(-) M setup.py
M setup.py +2 -2
@@ 2,10 2,10 @@ from setuptools import setup setup(name='sqlhelp', - version='0.1.0', + version='0.2.0', author='Pythonian', author_email='aurelien.campeas@pythonian.fr', - url='https://bitbucket.org/pythonian/sqlhelp', + url='https://hg.sr.ht/~pythonian/sqlhelp', description='A tiny helper to write plain sql with strings', packages=['sqlhelp'],