bqsqlparse 0.1.0__tar.gz → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: bqsqlparse
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A pure-Python BigQuery (GoogleSQL) parser with column-level lineage extraction: structs, arrays, UNNEST, PIVOT, QUALIFY, windows, MERGE and more.
5
5
  Project-URL: Homepage, https://github.com/vamsikapa/bqsqlparse
6
6
  Project-URL: Documentation, https://github.com/vamsikapa/bqsqlparse#readme
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "bqsqlparse"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "A pure-Python BigQuery (GoogleSQL) parser with column-level lineage extraction: structs, arrays, UNNEST, PIVOT, QUALIFY, windows, MERGE and more."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -30,7 +30,7 @@ from .lineage import (
30
30
  from .parser import Parser, parse, parse_one
31
31
  from .unparse import to_sql
32
32
 
33
- __version__ = "0.1.0"
33
+ __version__ = "0.1.1"
34
34
 
35
35
  __all__ = [
36
36
  "parse",
File without changes
File without changes
File without changes
File without changes