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"