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 417e772 commit 1b34c66Copy full SHA for 1b34c66
CITATION.cff
@@ -4,9 +4,9 @@ authors:
4
- family-names: Green Forge Coop
5
given-names:
6
title: MOSQITO
7
-version: 1.0.5
+version: 1.0.6
8
doi: 10.5281/zenodo.6398872
9
-date-released: 2022-05-09
+date-released: 2022-05-20
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.5"
+MoSQITo_VERSION = "1.0.6"
# MoSQITo description
with open("README.md", "r", encoding="utf-8") as fh:
0 commit comments