Skip to content

Commit

Permalink
TO BE UNDONE change version set up
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Nov 26, 2023
1 parent 341635e commit bc93298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -4,6 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mamba_gator"
version = "5.2.1"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -31,7 +32,7 @@ dependencies = [
"tornado",
"traitlets",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
dynamic = ["description", "authors", "urls", "keywords"]

[project.optional-dependencies]
"test" = [
Expand Down

0 comments on commit bc93298

Please sign in to comment.