diff --git a/PyFlow/Core/version.py b/PyFlow/Core/version.py index e6de1527..6b7684eb 100644 --- a/PyFlow/Core/version.py +++ b/PyFlow/Core/version.py @@ -78,4 +78,4 @@ def __gt__(self, other): def currentVersion(): """Returns current version of program """ - return Version(2, 0, 1) + return Version(3, 0, 0)