We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07fa75 commit 3d8f752Copy full SHA for 3d8f752
setup.py
@@ -11,7 +11,7 @@
11
with open("README.md", "r", encoding="Latin-1") as fh:
12
long_description = fh.read()
13
14
-__version__ = "1.0.9"
+__version__ = "1.0.10"
15
16
ext = Pybind11Extension(
17
"modcma.c_maes.cmaescpp",
0 commit comments