Skip to content

Commit

Permalink
publish 0.9.5 version (#47)
Browse files Browse the repository at this point in the history
* Bump version 0.9.3 -> 0.9.4

* chore: hatching update

* release: Bump version 0.9.4 -> 0.9.5
  • Loading branch information
Chivier authored Jan 13, 2025
1 parent d443571 commit 503536a
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling>=1.0.0"]
build-backend = "hatchling.build"

[project]
name = "nerif"
version = "0.9.3"
version = "0.9.5"

description = "LLM powered Python"
readme = "README.md"
authors = [{ name = "Chivier Humber" }]
authors = [
{name = "Chivier Humber", email = "[email protected]"}
]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand All @@ -27,20 +29,26 @@ dependencies = [
]
requires-python = ">=3.8"

[tool.hatch.build.targets.wheel]
package-dir = ["nerif"]

[tool.hatch.build]
directory = "nerif"

[tool.pytest.ini_options]
addopts = ["--import-mode=importlib"]

[project.optional-dependencies]
dev = ["bumpver", "ruff", "pip-tools", "pytest", "ipython", "isort"]

[project.urls]
Homepage = "https://github.com/Nerif-AI/nerif"
Homepage = "https://nerif-ai.com"

[tool.bumpver]
current_version = "0.9.3"
current_version = "0.9.5"

version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit_message = "release: Bump version {old_version} -> {new_version}"
commit = true
tag = true
push = false
Expand Down

0 comments on commit 503536a

Please sign in to comment.