Skip to content

Commit

Permalink
daliuge 0.6.3
Browse files Browse the repository at this point in the history
Version 0.6.2 was never released, but the version number had been
changed by Kevin, so I'm assuming he was already relying on it somehow.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Oct 30, 2019
1 parent 714a379 commit 1685bd4
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 = 6
PATCH = 2
PATCH = 3
RELEASE = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, PATCH)
VERSION_FILE = 'dlg/version.py'
Expand Down

0 comments on commit 1685bd4

Please sign in to comment.