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 96e2f08 commit 9a596edCopy full SHA for 9a596ed
CITATION.cff
@@ -4,9 +4,9 @@ authors:
4
- family-names: Green Forge Coop
5
given-names:
6
title: MOSQITO
7
-version: 1.0.6
+version: 1.0.7
8
doi: 10.5281/zenodo.6566772
9
-date-released: 2022-05-20
+date-released: 2022-05-24
10
keywords:
11
- audio
12
- python
setup.py
@@ -1,7 +1,7 @@
1
import setuptools
2
3
# /!\ update before a release
-MoSQITo_VERSION = "1.0.6"
+MoSQITo_VERSION = "1.0.7"
# MoSQITo description
with open("README.md", "r", encoding="utf-8") as fh:
0 commit comments