Skip to content

Commit dfe7f53

Browse files
authored
Bump version to 0.10.4, fix packaging (#376)
1 parent e843949 commit dfe7f53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# version should use the format 'x.x.x' (instead of 'vx.x.x')
4646
setup(
4747
name='vertica-python',
48-
version='0.10.3',
48+
version='0.10.4',
4949
description='A native Python client for the Vertica database.',
5050
author='Justin Berka, Alex Kim, Siting Ren',
5151
author_email='justin.berka@gmail.com, alex.kim@uber.com, sitingren@hotmail.com',

vertica_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'OperationalError', 'ProgrammingError']
5757

5858
# The version number of this library.
59-
version_info = (0, 10, 3)
59+
version_info = (0, 10, 4)
6060
__version__ = '.'.join(map(str, version_info))
6161

6262
# The protocol version (3.8) implemented in this library.

0 commit comments

Comments
 (0)