We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939c259 commit a13a8ceCopy full SHA for a13a8ce
patcher/__init__.py
@@ -9,7 +9,7 @@
9
pass # mido is optional, only needed to read .syx and send to external devices
10
from . import fswrap, fpyaml
11
12
-VERSION = '0.7.13'
+VERSION = '0.7.14'
13
FLUID_VERSION = '.'.join(map(str, fswrap.FLUID_VERSION))
14
15
CC_DEFAULTS = [0] * 120
0 commit comments