Skip to content

Commit

Permalink
daliuge 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed May 18, 2023
1 parent ff1f46d commit abaa374
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions daliuge-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
# dlg/version.py file) we append it to the VERSION later.
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 2
MINOR = 4
MAJOR = 3
MINOR = 0
PATCH = 0
VERSION = (MAJOR, MINOR, PATCH)
VERSION_FILE = "dlg/common/version.py"
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
# dlg/version.py file) we append it to the VERSION later.
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 2
MINOR = 4
MAJOR = 3
MINOR = 0
PATCH = 0
RELEASE = True
VERSION = "%d.%d.%d" % (MAJOR, MINOR, PATCH)
Expand Down
4 changes: 2 additions & 2 deletions daliuge-translator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
# dlg/version.py file) we append it to the VERSION later.
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 2
MINOR = 4
MAJOR = 3
MINOR = 0
PATCH = 0
RELEASE = True
VERSION = "%d.%d.%d" % (MAJOR, MINOR, PATCH)
Expand Down

0 comments on commit abaa374

Please sign in to comment.