Skip to content

Commit

Permalink
Bump version to 0.7.4, fix packaging (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren committed Aug 15, 2018
1 parent 5b544d8 commit aebf3b9
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.7.3',
version='0.7.4',
description='A native Python client for the Vertica database.',
author='Justin Berka, Alex Kim, Siting Ren',
author_email='[email protected], [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 @@ -56,7 +56,7 @@
'OperationalError', 'ProgrammingError']

# The version number of this library.
version_info = (0, 7, 3)
version_info = (0, 7, 4)
__version__ = '.'.join(map(str, version_info))

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

0 comments on commit aebf3b9

Please sign in to comment.