Skip to content

Commit

Permalink
Make version dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Dec 9, 2024
1 parent f00bf13 commit 81adca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "sphinx-helm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
dynamic = ["version"]
dependencies = [
"click",
"docutils",
Expand Down

0 comments on commit 81adca0

Please sign in to comment.