Skip to content

Commit

Permalink
0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kim committed Feb 9, 2017
1 parent 3348968 commit 1969d83
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 @@ -10,7 +10,7 @@
# version should use the format 'x.x.x' (instead of 'vx.x.x')
setup(
name='vertica-python',
version='0.6.11',
version='0.6.12',
description='A native Python client for the Vertica database.',
author='Justin Berka, Alex Kim',
author_email='[email protected], [email protected]',
Expand Down
2 changes: 1 addition & 1 deletion vertica_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Main module for this library.

# The version number of this library.
version_info = (0, 6, 11)
version_info = (0, 6, 12)

__version__ = '.'.join(map(str, version_info))

Expand Down

0 comments on commit 1969d83

Please sign in to comment.