Skip to content

Commit 10d5dc5

Browse files
NiallEgansusodapop
authored andcommitted
Cut new PySQL build rc-2
1 parent 68d83a9 commit 10d5dc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmdexec/clients/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="databricks-sql-connector",
5-
version="2.0.0-rc1",
5+
version="2.0.0rc2",
66
package_dir={"": "src"},
77
packages=setuptools.find_packages(where="src"),
88
install_requires=["pyarrow", 'thrift>=0.13.0', "pandas"],

cmdexec/clients/python/src/databricks/sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __repr__(self):
2020
DATE = _DBAPITypeObject('date')
2121
ROWID = _DBAPITypeObject()
2222

23-
__version__ = "2.0.0rc1"
23+
__version__ = "2.0.0rc2"
2424
USER_AGENT_NAME = "PyDatabricksSqlConnector"
2525

2626

0 commit comments

Comments
 (0)