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 5917bf7 commit 436664bCopy full SHA for 436664b
CITATION.cff
@@ -4,9 +4,9 @@ authors:
4
- family-names: Green Forge Coop
5
given-names:
6
title: MOSQITO
7
-version: 0.3.6
+version: 0.3.7
8
doi: 10.5281/zenodo.6322366
9
-date-released: 2022-03-02
+date-released: 2022-03-08
10
keywords:
11
- audio
12
- python
setup.py
@@ -1,7 +1,7 @@
1
import setuptools
2
3
# /!\ update before a release
-MoSQITo_VERSION = "0.3.6"
+MoSQITo_VERSION = "0.3.7"
# MoSQITo description
with open("README.md", "r", encoding="utf-8") as fh:
0 commit comments