Skip to content

Commit

Permalink
daliuge 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Feb 11, 2022
1 parent b1c1be3 commit dede242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion daliuge-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 2
MINOR = 1
MINOR = 2
PATCH = 0
VERSION = (MAJOR, MINOR, PATCH)
VERSION_FILE = "dlg/common/version.py"
Expand Down
2 changes: 1 addition & 1 deletion daliuge-engine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 2
MINOR = 1
MINOR = 2
PATCH = 0
RELEASE = True
VERSION = "%d.%d.%d" % (MAJOR, MINOR, PATCH)
Expand Down
2 changes: 1 addition & 1 deletion daliuge-translator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# The RELEASE flag allows us to create development versions properly supported
# by setuptools/pkg_resources or "final" versions.
MAJOR = 2
MINOR = 1
MINOR = 2
PATCH = 0
RELEASE = True
VERSION = "%d.%d.%d" % (MAJOR, MINOR, PATCH)
Expand Down

0 comments on commit dede242

Please sign in to comment.