Skip to content

Commit

Permalink
Merge pull request #1331 from phenobarbital/new-drivers
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
phenobarbital authored Nov 2, 2024
2 parents ce18ef0 + 0712d3e commit 1a588f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asyncdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "asyncdb"
__description__ = "Library for Asynchronous data source connections \
Collection of asyncio drivers."
__version__ = "2.9.6"
__version__ = "2.9.7"
__author__ = "Jesus Lara"
__author_email__ = "[email protected]"
__license__ = "BSD"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def readme():
"bigquery": [
"google-cloud-bigquery==3.25.0",
"pandas-gbq==0.23.1",
"google-cloud-storage==2.17.0"
"google-cloud-storage>=2.17.0"
],
"cassandra": [
"cassandra-driver==3.29.2",
Expand Down Expand Up @@ -294,7 +294,7 @@ def readme():
"aiobotocore[boto3]==2.15.2",
"aioboto3==13.2.0",
"google-cloud-bigquery==3.25.0",
"google-cloud-storage==2.17.0",
"google-cloud-storage>=2.17.0",
"pandas-gbq==0.23.1",
"tqdm==4.66.4"
]
Expand Down

0 comments on commit 1a588f2

Please sign in to comment.