Skip to content

Commit

Permalink
hotfix: update version number to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
narenaryan committed May 10, 2024
1 parent 3cc8ba5 commit b81e403
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/promptml/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""

# pylint: disable=invalid-name
version = "0.1.0"
version = "0.5.0"

0 comments on commit b81e403

Please sign in to comment.