diff --git a/nodezator/__init__.py b/nodezator/__init__.py index 56dadec6..bde00312 100644 --- a/nodezator/__init__.py +++ b/nodezator/__init__.py @@ -1 +1 @@ -__version__ = "1.4.5" +__version__ = "1.4.6" diff --git a/nodezator/appinfo.py b/nodezator/appinfo.py index 0ca1bb44..69d4d81d 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, 5, "release_candidate") +APP_VERSION = AppVersion(1, 4, 6, "release_candidate") ### titles for the application diff --git a/setup.cfg b/setup.cfg index d09e3d13..3e9b228c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nodezator -version = 1.4.5 +version = 1.4.6 author = Kennedy Richard author_email = kennedy@kennedyrichard.com description = A multi-purpose visual node editor for the Python programming language