diff --git a/pyproject.toml b/pyproject.toml index b9e45a9..78e3ad8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyarrow-bigquery" -version = "0.1.0" +version = "0.2.0" description = "A simple library to write to and read from BigQuery tables as PyArrow tables." authors = [{ name = "Sebastian PawluĊ›" }] readme = "README.md"