diff --git a/nodezator/__init__.py b/nodezator/__init__.py index 3e8d9f94..bf256159 100644 --- a/nodezator/__init__.py +++ b/nodezator/__init__.py @@ -1 +1 @@ -__version__ = "1.4.0" +__version__ = "1.4.1" diff --git a/nodezator/appinfo.py b/nodezator/appinfo.py index 81274eb1..b781893d 100644 --- a/nodezator/appinfo.py +++ b/nodezator/appinfo.py @@ -20,7 +20,7 @@ AppVersion = namedtuple("AppVersion", "major minor micro release_level") -APP_VERSION = AppVersion(1, 4, 0, "release_candidate") +APP_VERSION = AppVersion(1, 4, 1, "release_candidate") ### titles for the application diff --git a/setup.cfg b/setup.cfg index 987d7d6f..ba7aa952 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nodezator -version = 1.4.0 +version = 1.4.1 author = Kennedy Richard author_email = kennedy@kennedyrichard.com description = A multi-purpose visual node editor for the Python programming language