singlestore-sql-validator 0.0.2__tar.gz → 0.0.3__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.4
2
2
  Name: singlestore-sql-validator
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: SQL grammar validator for SingleStore queries
5
5
  License: Apache License (2.0)
6
6
  License-File: LICENSE
@@ -37,7 +37,7 @@ Description-Content-Type: text/markdown
37
37
  Install via pip (after cloning or packaging):
38
38
 
39
39
  ```bash
40
- pip install sql-validator-python
40
+ pip install singlestore-sql-validator
41
41
  ```
42
42
 
43
43
  Or add to your `pyproject.toml` as a dependency.
@@ -16,7 +16,7 @@
16
16
  Install via pip (after cloning or packaging):
17
17
 
18
18
  ```bash
19
- pip install sql-validator-python
19
+ pip install singlestore-sql-validator
20
20
  ```
21
21
 
22
22
  Or add to your `pyproject.toml` as a dependency.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "singlestore-sql-validator"
3
- version = "0.0.2"
3
+ version = "0.0.3"
4
4
  description = "SQL grammar validator for SingleStore queries"
5
5
  authors = [
6
6
  {name = "Volodymyr Tkachuk",email = "vtkachuk-ua@singlestore.com"}