Skip to content

Commit 0003ccf

Browse files
author
Martin Glesser
committed
[NF] Pre-release commit
1 parent 85b50d2 commit 0003ccf

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.7
7+
version: 1.0.8
88
doi: 10.5281/zenodo.6576793
9-
date-released: 2022-05-24
9+
date-released: 2022-06-21
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.7"
4+
MoSQITo_VERSION = "1.0.8"
55

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

0 commit comments

Comments
 (0)