Skip to content

Commit

Permalink
Release 2023.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Sep 11, 2023
1 parent e28e815 commit f76e5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dask_bigquery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .core import read_gbq, to_gbq

__version__ = "2023.05.1"
__version__ = "2023.9.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="dask-bigquery",
version="2023.05.1",
version="2023.9.0",
description="Dask + BigQuery integration",
license="BSD",
packages=["dask_bigquery"],
Expand Down

0 comments on commit f76e5ca

Please sign in to comment.