Skip to content

Commit

Permalink
‣ Bump pypi version to 0.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Aug 29, 2023
1 parent 258f9a5 commit 63f5645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "readmeai"
version = "0.1.8"
version = "0.1.9"
description = "🚀 Generate awesome README.md files from the terminal, powered by OpenAI's GPT language model APIs 💫"
authors = ["Eli <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion readmeai/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def __post_init__(self):

def _get_config_dict(handler: factory.FileHandler, path: str) -> dict:
"""Get configuration dictionary from TOML file."""
path = Path("conf/").joinpath(path).resolve()
path = Path("conf/") / path
return handler.read(path)


Expand Down

0 comments on commit 63f5645

Please sign in to comment.