Skip to content

Commit

Permalink
Bump to pre-release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Forbes committed Mar 29, 2016
1 parent 0023b9d commit 89f456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import multiprocessing # nopep8


VERSION = '0.1.1-1'
VERSION = '0.2.0-pre1'
version_file = open('./orlo/_version.py', 'w')
version_file.write("__version__ = '{}'".format(VERSION))
version_file.close()
Expand Down

0 comments on commit 89f456b

Please sign in to comment.