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 c93b6cd commit f9db7a9Copy full SHA for f9db7a9
docs/changes.rst
@@ -3,6 +3,13 @@
3
Release notes
4
=============
5
6
+v0.4.1
7
+------
8
+* `#78`_ Fixed a bug in impulse response deformations for annotation metadata. *Brian McFee*
9
+
10
+.. _#78: https://github.com/bmcfee/muda/pull/78
11
12
13
v0.4.0
14
------
15
muda/version.py
@@ -2,5 +2,5 @@
2
# -*- coding: utf-8 -*-
"""Version info"""
-short_version = "0.4.0"
-version = "0.4.0"
+short_version = "0.4.1"
+version = "0.4.1"
0 commit comments