Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia-Box-Power committed Oct 7, 2024
1 parent 6234c57 commit 707a9ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "fingertips_py"

dynamic = ["version"]
version = "0.4.0"

license = {file = "LICENSE"}

Expand Down Expand Up @@ -56,6 +56,3 @@ Changelog = "https://github.com/ukhsa-collaboration/PHDS_fingertips_py/blob/mast

[tool.setuptools]
packages = ["fingertips_py"]

[tool.setuptools.dynamic]
version = {attr = "fingertips_py.__version__"}

0 comments on commit 707a9ee

Please sign in to comment.