commit | c8a9c18b78630d8c1c844cf4da5e597e3f31dec6 | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Fri Feb 25 09:48:43 2022 +0100 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Fri Feb 25 09:49:52 2022 +0100 |
tree | d129f0eed76e614a6c5a43dbae41916b4efc6108 | |
parent | a5743627a233e02388e583fbcfab29573b8fe643 [diff] [blame] |
CMSIS-DSP: Refactoring of the PythonWrapper and SDF Refactoring to enable improvements to the wrapper and to be able to upload it to the Python repository.
diff --git a/CMSIS/DSP/cmsisdsp/version.py b/CMSIS/DSP/cmsisdsp/version.py new file mode 100755 index 0000000..a955fda --- /dev/null +++ b/CMSIS/DSP/cmsisdsp/version.py
@@ -0,0 +1 @@ +__version__ = "1.2.1"