tigrbl_engine_pyspark 0.1.1.dev3__tar.gz → 0.1.1.dev5__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.
@@ -30,9 +30,13 @@ pkgs/standards/peagen/.pymon
30
30
  gateway.db
31
31
  kms.db
32
32
  *.asc
33
+ *.kid
33
34
  *.so
34
35
  *.db
35
36
  target/
36
37
  !.gitkeep # keep the empty dir in repo
37
38
  pkgs/experimental/swarmakit/libs/svelte/.vscode/extensions.json
38
39
  node_modules/
40
+ *.zip
41
+ .pymon
42
+ /.tmp_pydeps
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_pyspark
3
- Version: 0.1.1.dev3
3
+ Version: 0.1.1.dev5
4
4
  Summary: PySpark engine plugin for tigrbl.
5
5
  Project-URL: Homepage, https://github.com/swarmauri/swarmauri-sdk
6
6
  Author-email: Jacob Stewart <jacob@swarmauri.com>
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tigrbl_engine_pyspark"
7
- version = "0.1.1.dev3"
7
+ version = "0.1.1.dev5"
8
8
  description = "PySpark engine plugin for tigrbl."
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }