Skip to content

Commit 9ca94d1

Browse files
committed
Version 0.7.2
1 parent 4be47c8 commit 9ca94d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This release of liboqs-python was released on August 26, 2022. Its release page
1818
What's New
1919
----------
2020

21-
This is the seventh release of liboqs-python.
21+
This is the 7th release of liboqs-python.
2222

2323
This is an incremental minor change release.
2424

examples/sig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#######################################################################
99

1010
print("liboqs version:", oqs.oqs_version())
11-
print("libboost-python version:", oqs.oqs_python_version())
11+
print("liboqs-python version:", oqs.oqs_python_version())
1212
print("Enabled signature mechanisms:")
1313
sigs = oqs.get_enabled_sig_mechanisms()
1414
pprint(sigs, compact=True)

0 commit comments

Comments
 (0)