Skip to content

Commit 2ac8339

Browse files
authored
Fix version format in pyproject.toml
1 parent 00ee92d commit 2ac8339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-mongodb-extensions"
7-
version = "0.1.0.a0"
7+
version = "0.1.0a0"
88
description = "Extensions for Django MongoDB Backend"
99
readme = "README.md"
1010
license = { file="LICENSE" }

0 commit comments

Comments
 (0)