We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db35523 commit 03c14bbCopy full SHA for 03c14bb
1 file changed
setup.py
@@ -2,12 +2,12 @@
2
3
setup(
4
name='sqlalchemy-vertica-python',
5
- version='0.2.0',
+ version='0.2.1',
6
description='Vertica dialect for sqlalchemy using vertica_python',
7
long_description=open("README.rst").read(),
8
license="MIT",
9
url='https://github.com/LocusEnergy/sqlalchemy-vertica-python',
10
- download_url = 'https://github.com/LocusEnergy/sqlalchemy-vertica-python/tarball/0.2.0',
+ download_url = 'https://github.com/LocusEnergy/sqlalchemy-vertica-python/tarball/0.2.1',
11
author='Locus Energy',
12
author_email='dbio@locusenergy.com',
13
packages=[
0 commit comments