Skip to content

Commit

Permalink
Bumping version. Pre-release version 0.4.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Jan 30, 2018
1 parent 96dd7ae commit e41042e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -3,7 +3,7 @@ Parsl - Parallel Scripting Library
|licence| |build-status| |docs|

Parsl is a parallel scripting library that enables easy parallelism and workflow design.
The latest version available on PyPi is v0.3.1.
The latest version available on PyPi is v0.4.0a0.

.. |licence| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/Parsl/parsl/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion parsl/version.py
@@ -1,4 +1,4 @@
''' Set module version
<Major>.<Minor>.<maintenance>[-alpha/beta/..]
'''
VERSION = '0.3.1'
VERSION = '0.4.0a0'
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
ipyparallel
libsubmit>=0.2.5
libsubmit>=0.3.0
dill

0 comments on commit e41042e

Please sign in to comment.