Skip to content

Commit d81cafd

Browse files
author
Martin Glesser
committed
[BC] missing __init__.py in prominence_ratio_ecma folder
1 parent 0458947 commit d81cafd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors:
44
- family-names: Green Forge Coop
55
given-names:
66
title: MOSQITO
7-
version: 1.0.2
7+
version: 1.0.3
88
doi: 10.5281/zenodo.6396262
99
date-released: 2022-03-30
1010
keywords:

mosqito/sq_metrics/tonality/prominence_ratio_ecma/__init__.py

Whitespace-only changes.

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.2"
4+
MoSQITo_VERSION = "1.0.3"
55

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

0 commit comments

Comments
 (0)