Skip to content

Commit

Permalink
daliuge 0.5.2
Browse files Browse the repository at this point in the history
This version contains better support for our dask emulation layer, which
seems to be working fine against the latest arl codebase.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Aug 28, 2018
1 parent 4efe7cb commit d30c624
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 @@ -37,7 +37,7 @@
# by setuptools/pkg_resources or "final" versions.
MAJOR = 0
MINOR = 5
PATCH = 1
PATCH = 2
RELEASE = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, PATCH)
VERSION_FILE = 'dlg/version.py'
Expand Down

0 comments on commit d30c624

Please sign in to comment.