Skip to content

Commit ab8122e

Browse files
authored
Bump version to 1.4.0, fix packaging (#558)
1 parent 07f7a9b commit ab8122e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.py

+1-1
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='1.3.8',
48+
version='1.4.0',
4949
description='Official native Python client for the Vertica database.',
5050
long_description="vertica-python is the official Vertica database client for the Python programming language. Please check the [project homepage](https://github.com/vertica/vertica-python) for the details.",
5151
long_description_content_type='text/markdown',

Diff for: vertica_python/__init__.py

+1-1
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 = (1, 3, 8)
59+
version_info = (1, 4, 0)
6060
__version__ = '.'.join(map(str, version_info))
6161

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

0 commit comments

Comments
 (0)