Skip to content

Commit

Permalink
changed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-pawelek committed Sep 21, 2024
1 parent 4254004 commit 8310641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ Here are some of the most popular languages and their ISO 639-1 codes:
- [PyPI page](https://pypi.org/project/llm_translate/)
- [ISO 639-1 Codes](https://localizely.com/iso-639-1-list/)
- [Github project repository](https://github.com/adam-pawelek/llmtranslate)
- [Documentation](https://llm-translate.com/)

## Authors
- Adam Pawełek
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "llmtranslate"
version = "0.1.8"
version = "0.1.9"
description = "A Python library for language detection and translation using OpenAI's GPT-4o."
authors = ["Adam Pawelek <[email protected]>"]
readme = "README.md"

[tool.poetry.urls]
documentation = "https://github.com/adam-pawelek/SimpleAITranslator"
source = "https://github.com/adam-pawelek/SimpleAITranslator"
documentation = "https://llm-translate.com/"
source = "https://github.com/adam-pawelek/llmtranslate"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 8310641

Please sign in to comment.