Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit ca99d92

Browse files
Increment version in setup.py to 0.2.0
1 parent 0d5d492 commit ca99d92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name='sqlalchemy-vertica-python',
5-
version='0.1.3',
5+
version='0.2.0',
66
description='Vertica dialect for sqlalchemy using vertica_python',
77
long_description=open("README.rst").read(),
88
license="MIT",
99
url='https://github.com/LocusEnergy/sqlalchemy-vertica-python',
10-
download_url = 'https://github.com/LocusEnergy/sqlalchemy-vertica-python/tarball/0.1.3',
10+
download_url = 'https://github.com/LocusEnergy/sqlalchemy-vertica-python/tarball/0.2.0',
1111
author='Locus Energy',
1212
author_email='dbio@locusenergy.com',
1313
packages=[

0 commit comments

Comments
 (0)