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 76122ce commit 86b87daCopy full SHA for 86b87da
CITATION.cff
@@ -4,9 +4,9 @@ authors:
4
- family-names: Green Forge Coop
5
given-names:
6
title: MOSQITO
7
-version: 0.3.4
+version: 0.3.5
8
doi: 10.5281/zenodo.5639403
9
-date-released: 2021-11-02
+date-released: 2022-02-24
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.4"
+MoSQITo_VERSION = "0.3.5"
# MoSQITo description
with open("README.md", "r", encoding="utf-8") as fh:
0 commit comments