Skip to content

Commit

Permalink
Add missed file and bump version (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Aivin V. Solatorio <[email protected]>
  • Loading branch information
avsolatorio authored Dec 12, 2023
1 parent f1aba7e commit f27969c
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.5"
__version__ = "0.0.6"

indicator2name = dict(
wdi=json.load((Path(__file__).parent / "wdi2name.json").open("r"))
Expand Down
2 changes: 1 addition & 1 deletion llm4data/llm/indicators/wdi_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sqlalchemy import create_engine, text
from sqlalchemy.orm import sessionmaker

from openai_tools.parser import parse_misparsed
from llm_space.parser import parse_misparsed

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.5"
version = "0.0.6"
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 f27969c

Please sign in to comment.