Skip to content

Commit 66ddf12

Browse files
committed
fix(ffi): make version dynamic
The version was always meant to be dynamic, but had to be fixed initially to bootstrap the process. This was inadvertently not removed. Signed-off-by: JP-Ellis <[email protected]>
1 parent bdd8c9d commit 66ddf12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pact-python-ffi/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
description = "Python bindings for the Pact FFI library"
44
name = "pact-python-ffi"
55

6-
# dynamic = ["version"]
6+
dynamic = ["version"]
77
keywords = ["pact", "ffi", "pact-python", "contract-testing"]
88
license = "MIT"
99
readme = "README.md"
10-
version = "0.4.22.0"
1110

1211
authors = [{ name = "Joshua Ellis", email = "[email protected]" }]
1312
maintainers = [{ name = "Joshua Ellis", email = "[email protected]" }]

0 commit comments

Comments
 (0)