interloper-google-cloud 0.3.0__tar.gz → 0.4.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {interloper_google_cloud-0.3.0 → interloper_google_cloud-0.4.0}/PKG-INFO +1 -1
- {interloper_google_cloud-0.3.0 → interloper_google_cloud-0.4.0}/pyproject.toml +1 -1
- {interloper_google_cloud-0.3.0 → interloper_google_cloud-0.4.0}/README.md +0 -0
- {interloper_google_cloud-0.3.0 → interloper_google_cloud-0.4.0}/src/interloper_google_cloud/__init__.py +0 -0
- {interloper_google_cloud-0.3.0 → interloper_google_cloud-0.4.0}/src/interloper_google_cloud/bigquery/__init__.py +0 -0
- {interloper_google_cloud-0.3.0 → interloper_google_cloud-0.4.0}/src/interloper_google_cloud/bigquery/destination.py +0 -0
- {interloper_google_cloud-0.3.0 → interloper_google_cloud-0.4.0}/src/interloper_google_cloud/connection.py +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# ###############
|
|
4
4
|
[project]
|
|
5
5
|
name = "interloper-google-cloud"
|
|
6
|
-
version = "0.
|
|
6
|
+
version = "0.4.0"
|
|
7
7
|
description = "Interloper Google Cloud integration: BigQuery destination"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
authors = [{ name = "Guillaume Onfroy", email = "guillaume@digitlcloud.com" }]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|