Skip to content

Commit

Permalink
daliuge 0.6.0
Browse files Browse the repository at this point in the history
This new version comes with a huge range of changes, too many to
describe here. In short, it contains all the improvements we have
included in preparation for the SUMMIT demo, plus other additions.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Jun 21, 2019
1 parent 43c3f2f commit c05a537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 0
MINOR = 5
PATCH = 3
MINOR = 6
PATCH = 0
RELEASE = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, PATCH)
VERSION_FILE = 'dlg/version.py'
Expand Down

0 comments on commit c05a537

Please sign in to comment.