datajunction-query 0.0.1a64__py3-none-any.whl → 0.0.1a65__py3-none-any.whl

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.

Potentially problematic release.


This version of datajunction-query might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: datajunction-query
3
- Version: 0.0.1a64
3
+ Version: 0.0.1a65
4
4
  Summary: OSS Implementation of a DataJunction Query Service
5
5
  Project-URL: repository, https://github.com/DataJunction/dj
6
6
  Author-email: DataJunction Authors <roberto@dealmeida.net>
@@ -1,4 +1,4 @@
1
- djqs/__about__.py,sha256=D_cBtiJI6Kz_im4c4DzLHoP2v1iQTa4Er8qC6vWmlZE,51
1
+ djqs/__about__.py,sha256=m2k-ySIFZa_J2VAb8UiWcZkUB0IVq36lg7hTPsnINhM,51
2
2
  djqs/__init__.py,sha256=nN5-uJoSVEwuc8n-wMygqeF0Xhxi_zqqbCgutZvAt3E,384
3
3
  djqs/config.py,sha256=Flva9W8McnTunUlHGhYd0CsgbsjWbZIoPW25ZTzFxws,3029
4
4
  djqs/constants.py,sha256=WS0uC-cKLQ_ZPhtevcv6tJ8WI6UtxYGZwTqJJtsTep0,485
@@ -20,8 +20,8 @@ djqs/models/catalog.py,sha256=o3Wlghwr6ax4Eo-3zE5Mdq478xyUxeaf2o3whFprXtU,2038
20
20
  djqs/models/engine.py,sha256=k9cBvnYAfzz4yaBDvErDqXIwlqrRsKRbGikBKTQHJPA,889
21
21
  djqs/models/query.py,sha256=Qsy69Cfrkn5myOZZfLrR83JB4ynPXogitUo8A7hRsz8,3338
22
22
  djqs/models/table.py,sha256=7HmiXWHBWEthqdwPYLlsOgeKD-w9urCHoC4xaQ1RnM8,238
23
- datajunction_query-0.0.1a64.dist-info/METADATA,sha256=Op5nGhgUtHNB9I5hTIV9hwOEhMANFUM-TCvQ2ZN3DO4,9495
24
- datajunction_query-0.0.1a64.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
25
- datajunction_query-0.0.1a64.dist-info/licenses/AUTHORS.rst,sha256=G9YmXPfQ0kAuxqlCwvWVvUnZitP9hAc-rPfZ5q7Pv1U,235
26
- datajunction_query-0.0.1a64.dist-info/licenses/LICENSE.txt,sha256=KuSxhVgPuUGoYWphJig4POcTAIUNLUj8vOx-cqQFMj8,1081
27
- datajunction_query-0.0.1a64.dist-info/RECORD,,
23
+ datajunction_query-0.0.1a65.dist-info/METADATA,sha256=r8NWi-qnIdSHj423o7-onbxC_ZJ2FaI-MFrgxqCih1E,9495
24
+ datajunction_query-0.0.1a65.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
25
+ datajunction_query-0.0.1a65.dist-info/licenses/AUTHORS.rst,sha256=G9YmXPfQ0kAuxqlCwvWVvUnZitP9hAc-rPfZ5q7Pv1U,235
26
+ datajunction_query-0.0.1a65.dist-info/licenses/LICENSE.txt,sha256=KuSxhVgPuUGoYWphJig4POcTAIUNLUj8vOx-cqQFMj8,1081
27
+ datajunction_query-0.0.1a65.dist-info/RECORD,,
djqs/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  """
2
2
  Version for Hatch
3
3
  """
4
- __version__ = "0.0.1a64"
4
+ __version__ = "0.0.1a65"