Skip to content

Commit 35e2d18

Browse files
committed
Update setup.py
1 parent 4b34282 commit 35e2d18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ FoxDot\lib\Buffers.py
1212
FoxDot\lib\Constants.py
1313
FoxDot\lib\Effects.py
1414
FoxDot\lib\Key.py
15+
FoxDot\lib\Logging.py
1516
FoxDot\lib\Midi.py
1617
FoxDot\lib\OSC.py
1718
FoxDot\lib\OSC3.py
@@ -71,6 +72,7 @@ FoxDot\lib\Workspace\img\icon.ico
7172
FoxDot\lib\Workspace\tmp\tempfile.txt
7273
FoxDot\osc\Buffers.scd
7374
FoxDot\osc\Info.scd
75+
FoxDot\osc\OscFunc.scd
7476
FoxDot\osc\sceffects\FilterSwell.scd
7577
FoxDot\osc\sceffects\bandPassFilter.scd
7678
FoxDot\osc\sceffects\bitcrush.scd

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name='FoxDot',
6-
version='0.5.4',
6+
version='0.5.5',
77
description='Live coding music with SuperCollider',
88
author='Ryan Kirkbride',
99
author_email='ryan@foxdot.org',

0 commit comments

Comments
 (0)