Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Qirky committed Jan 2, 2018
1 parent 4b34282 commit 35e2d18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FoxDot\lib\Buffers.py
FoxDot\lib\Constants.py
FoxDot\lib\Effects.py
FoxDot\lib\Key.py
FoxDot\lib\Logging.py
FoxDot\lib\Midi.py
FoxDot\lib\OSC.py
FoxDot\lib\OSC3.py
Expand Down Expand Up @@ -71,6 +72,7 @@ FoxDot\lib\Workspace\img\icon.ico
FoxDot\lib\Workspace\tmp\tempfile.txt
FoxDot\osc\Buffers.scd
FoxDot\osc\Info.scd
FoxDot\osc\OscFunc.scd
FoxDot\osc\sceffects\FilterSwell.scd
FoxDot\osc\sceffects\bandPassFilter.scd
FoxDot\osc\sceffects\bitcrush.scd
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='FoxDot',
version='0.5.4',
version='0.5.5',
description='Live coding music with SuperCollider',
author='Ryan Kirkbride',
author_email='[email protected]',
Expand Down

0 comments on commit 35e2d18

Please sign in to comment.