Skip to content

Commit

Permalink
fix package versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Nov 9, 2023
1 parent e87b64e commit 1b5e064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion document_stores/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Issues = "https://github.com/masci/chroma-haystack/issues"
Source = "https://github.com/masci/chroma-haystack"

[tool.hatch.version]
source="vcs"
path = "src/__about__.py"

[tool.hatch.envs.default]
dependencies = [
Expand Down
4 changes: 4 additions & 0 deletions document_stores/chroma/src/chroma_haystack/__about__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-FileCopyrightText: 2023-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
__version__ = "0.7.0"

0 comments on commit 1b5e064

Please sign in to comment.