From df3c8def8d2158ffeb7c76d160b30ecea0c6fcf7 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Date: Thu, 17 Oct 2024 17:34:10 -0400 Subject: [PATCH] python: bump version number to match crates --- ffi/python/fips203.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi/python/fips203.py b/ffi/python/fips203.py index b1a2b00..6129d99 100644 --- a/ffi/python/fips203.py +++ b/ffi/python/fips203.py @@ -100,7 +100,7 @@ from __future__ import annotations '''__version__ should track package.version from ../Cargo.toml''' -__version__ = '0.4.0' +__version__ = '0.4.1' __author__ = 'Daniel Kahn Gillmor <dkg@fifthhorseman.net>' __all__ = [ 'ML_KEM_512',