Skip to content

Commit

Permalink
Bump version to 0.9.0, fix packaging (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren committed Mar 6, 2019
1 parent e0b3f93 commit cb17672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# version should use the format 'x.x.x' (instead of 'vx.x.x')
setup(
name='vertica-python',
version='0.8.2',
version='0.9.0',
description='A native Python client for the Vertica database.',
author='Justin Berka, Alex Kim, Siting Ren',
author_email='justin.berka@gmail.com, alex.kim@uber.com, sitingren@hotmail.com',
Expand Down
2 changes: 1 addition & 1 deletion vertica_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'OperationalError', 'ProgrammingError']

# The version number of this library.
version_info = (0, 8, 2)
version_info = (0, 9, 0)
__version__ = '.'.join(map(str, version_info))

# The protocol version (3.4) implemented in this library.
Expand Down

0 comments on commit cb17672

Please sign in to comment.