airbyte-source-google-sheets 0.9.2__tar.gz → 0.9.3__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (15) hide show
  1. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/PKG-INFO +1 -1
  2. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/pyproject.toml +1 -1
  3. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/README.md +0 -0
  4. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/__init__.py +0 -0
  5. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/components/__init__.py +0 -0
  6. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/components/extractors.py +0 -0
  7. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/components/partition_routers.py +0 -0
  8. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/manifest.yaml +0 -0
  9. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/models/__init__.py +0 -0
  10. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/models/spreadsheet.py +0 -0
  11. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/models/spreadsheet_values.py +0 -0
  12. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/run.py +0 -0
  13. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/source.py +0 -0
  14. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/spec.yaml +0 -0
  15. {airbyte_source_google_sheets-0.9.2 → airbyte_source_google_sheets-0.9.3}/source_google_sheets/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-google-sheets
3
- Version: 0.9.2
3
+ Version: 0.9.3
4
4
  Summary: Source implementation for Google Sheets.
5
5
  License: Elv2
6
6
  Author: Airbyte
@@ -5,7 +5,7 @@ requires = [
5
5
  build-backend = "poetry.core.masonry.api"
6
6
 
7
7
  [tool.poetry]
8
- version = "0.9.2"
8
+ version = "0.9.3"
9
9
  name = "airbyte-source-google-sheets"
10
10
  description = "Source implementation for Google Sheets."
11
11
  authors = [