Skip to content

Commit

Permalink
Fix prompt and bump version (#25)
Browse files Browse the repository at this point in the history
* Fix prompt path

Signed-off-by: Aivin V. Solatorio <[email protected]>

* Bump version for release 0.0.7

Signed-off-by: Aivin V. Solatorio <[email protected]>

---------

Signed-off-by: Aivin V. Solatorio <[email protected]>
  • Loading branch information
avsolatorio authored Feb 25, 2024
1 parent 5277c20 commit 4760292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llm4data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Do this before importing any other modules.
dotenv.load_dotenv()

__version__ = "0.0.6"
__version__ = "0.0.7"

indicator2name = dict(
wdi=json.load((Path(__file__).parent / "wdi2name.json").open("r"))
Expand Down
2 changes: 1 addition & 1 deletion llm4data/prompts/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from llm_space.prompt import PromptZeros
from llm_space.openai.prompt import PromptZeros
from llm4data import configs


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llm4data"
version = "0.0.6"
version = "0.0.7"
description = "LLM4Data is a Python library designed to facilitate the application of large language models (LLMs) and artificial intelligence for development data and knowledge discovery."
authors = ["Aivin V. Solatorio <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4760292

Please sign in to comment.