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 051e5d0 commit cb64e0eCopy full SHA for cb64e0e
CITATION.cff
@@ -4,9 +4,9 @@ authors:
4
- family-names: Green Forge Coop
5
given-names:
6
title: MOSQITO
7
-version: 0.3.7
+version: 1.0.0
8
doi: 10.5281/zenodo.6337346
9
-date-released: 2022-03-08
+date-released: 2022-03-21
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.7"
+MoSQITo_VERSION = "1.0.0"
# MoSQITo description
with open("README.md", "r", encoding="utf-8") as fh:
0 commit comments