Skip to content

Commit

Permalink
daliuge 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Mar 11, 2023
1 parent 56b45ae commit 11930b4
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 @@ -31,8 +31,8 @@
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 2
MINOR = 3
PATCH = 2
MINOR = 4
PATCH = 0
VERSION = (MAJOR, MINOR, PATCH)
VERSION_FILE = "dlg/common/version.py"
RELEASE = True
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/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 = 2
MINOR = 3
PATCH = 2
MINOR = 4
PATCH = 0
RELEASE = True
VERSION = "%d.%d.%d" % (MAJOR, MINOR, PATCH)
VERSION_FILE = "dlg/runtime/version.py"
Expand Down
4 changes: 2 additions & 2 deletions daliuge-translator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 2
MINOR = 3
PATCH = 2
MINOR = 4
PATCH = 0
RELEASE = True
VERSION = "%d.%d.%d" % (MAJOR, MINOR, PATCH)
VERSION_FILE = "dlg/translator/version.py"
Expand Down

0 comments on commit 11930b4

Please sign in to comment.