-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix: update version number to v0.5.0
- Loading branch information
1 parent
3cc8ba5
commit b81e403
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,10 @@ description = 'A simple, yet elegant markup language for defining AI Prompts as | |
readme = "README.md" | ||
requires-python = ">=3.8" | ||
license = "MIT" | ||
keywords = ["artificial-intelligence", "prompt-engineering", "dsl", "language"] | ||
keywords = ["artificial-intelligence", "prompt-engineering", "dsl", "language", "generative-ai"] | ||
authors = [ | ||
{ name = "Vidura Labs Inc.", email = "[email protected]" }, | ||
{ name = "Naren Yellavula", email = "[email protected]" }, | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
|
@@ -27,9 +28,9 @@ classifiers = [ | |
dependencies = [] | ||
|
||
[project.urls] | ||
Documentation = "https://github.com/unknown/promptml#readme" | ||
Issues = "https://github.com/unknown/promptml/issues" | ||
Source = "https://github.com/unknown/promptml" | ||
Documentation = "https://github.com/narenaryan/promptml/blob/main/README.md" | ||
Issues = "https://github.com/narenaryan/promptml/issues" | ||
Source = "https://github.com/narenaryan/promptml/" | ||
|
||
[tool.hatch.version] | ||
path = "src/promptml/__about__.py" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
""" | ||
|
||
# pylint: disable=invalid-name | ||
version = "0.1.0" | ||
version = "0.5.0" |