quillsql 1.7__tar.gz → 1.8__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.1
2
2
  Name: quillsql
3
- Version: 1.7
3
+ Version: 1.8
4
4
  Summary: Quill SDK for Python.
5
5
  Home-page: https://github.com/quill-sql/quill-python
6
6
  Author: Quill
@@ -7,8 +7,8 @@ import redis
7
7
  from psycopg2.extensions import make_dsn
8
8
 
9
9
  ## The host url of the Quill metadata server
10
- # HOST = "https://quill-344421.uc.r.appspot.com" # or "http://localhost:8080"
11
- HOST = "http://localhost:8080"
10
+ HOST = "https://quill-344421.uc.r.appspot.com" # or "http://localhost:8080"
11
+ # HOST = "http://localhost:8080"
12
12
 
13
13
 
14
14
  ## The TTL for new cache entries (default: 1h)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quillsql
3
- Version: 1.7
3
+ Version: 1.8
4
4
  Summary: Quill SDK for Python.
5
5
  Home-page: https://github.com/quill-sql/quill-python
6
6
  Author: Quill
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="quillsql",
5
- version="1.7", # v0.3.0 for parity
5
+ version="1.8", # v0.3.0 for parity
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  "psycopg2-binary",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes