Skip to content

Commit

Permalink
chore: remove dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 10, 2023
1 parent c51b7b1 commit 53f018b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"

[project]
name = "antarctic_plots"
dynamic = ["version"]
authors = [
{name = "Matt Tankersley", email = "matt.d.tankersley@gmail.com"},
]
Expand Down Expand Up @@ -261,4 +260,3 @@ allowed_tags = [
# including BREAKING CHANGE: in the commit message will trigger a major release
minor_tags = ["feat"] # tags which result in minor releases
patch_tags = ["fix", "perf"] # tags which result in patch releases

0 comments on commit 53f018b

Please sign in to comment.