Skip to content

Commit 08b4543

Browse files
author
Martin Glesser
committed
[NF] pre release commit
1 parent 8c01928 commit 08b4543

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ authors:
44
- family-names: Green Forge Coop
55
given-names:
66
title: MOSQITO
7-
version: 1.0.1
7+
version: 1.0.2
88
doi: 10.5281/zenodo.6372075
9-
date-released: 2022-03-25
9+
date-released: 2022-03-30
1010
keywords:
1111
- audio
1212
- python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33
# /!\ update before a release
4-
MoSQITo_VERSION = "1.0.1"
4+
MoSQITo_VERSION = "1.0.2"
55

66
# MoSQITo description
77
with open("README.md", "r", encoding="utf-8") as fh:

0 commit comments

Comments
 (0)