From 372cb015d34ef796a3b252c1ce456938f1160fa5 Mon Sep 17 00:00:00 2001 From: Sam Pegler Date: Wed, 8 May 2024 19:15:31 +0100 Subject: [PATCH] HK: Bump version. --- pyproject.toml | 2 +- pytest_bq/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c25c0fe..48aedf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest-bq" -version = "0.0.2" +version = "0.0.3" description = "BigQuery fixtures and fixture factories for Pytest." readme = "README.md" keywords = ["tests", "pytest", "fixture", "bq"] diff --git a/pytest_bq/__init__.py b/pytest_bq/__init__.py index 51dbb66..8ea1126 100644 --- a/pytest_bq/__init__.py +++ b/pytest_bq/__init__.py @@ -1,2 +1,2 @@ """pytest-bq plugin.""" -__version__ = "0.0.2" +__version__ = "0.0.3"