Skip to content

Commit

Permalink
Merge pull request #72 from WorldCereal/fix-version
Browse files Browse the repository at this point in the history
Make version static for now
  • Loading branch information
kvantricht authored Jun 21, 2024
2 parents afe6678 + 20a1fd7 commit e0537eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ authors = [
description = "WorldCereal classification module"
readme = "README.md"
requires-python = ">=3.8"
dynamic = ["version"]
# dynamic = ["version"]
version = "2.0.2"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit e0537eb

Please sign in to comment.