Skip to content

Commit

Permalink
Merge pull request #21 from dkg/python-version
Browse files Browse the repository at this point in the history
python: bump version number to match crates
  • Loading branch information
integritychain authored Oct 17, 2024
2 parents 5dcc501 + df3c8de commit 6ae1f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/python/fips203.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6ae1f13

Please sign in to comment.