sie-haystack 0.2.0__tar.gz → 0.3.0__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.
@@ -75,6 +75,9 @@ docs/_build/
75
75
  .pybuilder/
76
76
  target/
77
77
 
78
+ # Rust
79
+ *.rs.bk
80
+
78
81
  # Jupyter Notebook
79
82
  .ipynb_checkpoints
80
83
 
@@ -247,6 +250,7 @@ Thumbs.db
247
250
 
248
251
  # kilocode
249
252
  .kilo/
253
+ .kilocode/
250
254
 
251
255
  # Worktree metadata
252
256
  .base-branch
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sie-haystack
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: SIE integration for Haystack
5
5
  Author-email: Superlinked <dev@superlinked.com>
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sie-haystack"
3
- version = "0.2.0"
3
+ version = "0.3.0"
4
4
  description = "SIE integration for Haystack"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes