Skip to content

Commit

Permalink
Prepare for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeth committed Oct 5, 2018
1 parent c7b0ad0 commit 06b43a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
from multiprocessing import Process, Pipe
import ctypes

__version__ = "0.4"
__version__ = "0.5"

WIN = True if platform.system() == 'Windows' else False
MAC = True if platform.system() == 'Darwin' else False
Expand Down

0 comments on commit 06b43a1

Please sign in to comment.