Skip to content

Commit

Permalink
Fix Package name and version
Browse files Browse the repository at this point in the history
* update files

* Update version
  • Loading branch information
awinml authored Nov 16, 2023
1 parent a3c9147 commit 4586463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Documentation = "https://github.com/awinml/voyage-embedders-haystack#readme"
Issues = "https://github.com/awinml/voyage-embedders-haystack/issues"
Source = "https://github.com/awinml/voyage-embedders-haystack"

[tool.hatch.build.targets.wheel]
packages = ["src/voyage_embedders"]

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

Expand Down
2 changes: 1 addition & 1 deletion src/voyage_embedders/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present Ashwin Mathur <>
#
# SPDX-License-Identifier: Apache-2.0
__version__ = "1.0.0"
__version__ = "0.1.2"

0 comments on commit 4586463

Please sign in to comment.