tigrbl_engine_rediscachethrough 0.1.1.dev3__tar.gz → 0.1.1.dev6__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.
@@ -36,3 +36,5 @@ target/
36
36
  !.gitkeep # keep the empty dir in repo
37
37
  pkgs/experimental/swarmakit/libs/svelte/.vscode/extensions.json
38
38
  node_modules/
39
+ *.zip
40
+ .pymon
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_rediscachethrough
3
- Version: 0.1.1.dev3
3
+ Version: 0.1.1.dev6
4
4
  Summary: Tigrbl engine plugin for Redis/Postgres cache-through workflows.
5
5
  Project-URL: Homepage, https://github.com/swarmauri/swarmauri-sdk
6
6
  Project-URL: Repository, https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/experimental/tigrbl_engine_rediscachethrough
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tigrbl_engine_rediscachethrough"
7
- version = "0.1.1.dev3"
7
+ version = "0.1.1.dev6"
8
8
  description = "Tigrbl engine plugin for Redis/Postgres cache-through workflows."
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }