diff --git a/nodezator/__init__.py b/nodezator/__init__.py index 5b60188..0f228f2 100644 --- a/nodezator/__init__.py +++ b/nodezator/__init__.py @@ -1 +1 @@ -__version__ = "1.5.0" +__version__ = "1.5.1" diff --git a/nodezator/appinfo.py b/nodezator/appinfo.py index 85ea3a0..8f497a3 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, 5, 0, "release_candidate") +APP_VERSION = AppVersion(1, 5, 1, "release_candidate") ### titles for the application diff --git a/setup.cfg b/setup.cfg index 4d090d1..20daec5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,10 @@ [metadata] name = nodezator -version = 1.5.0 +version = 1.5.1 author = Kennedy Richard author_email = kennedy@kennedyrichard.com description = A generalist Python node editor -keywords = gui, desktop, application, pygame, graph, graphs, nodes, node, editor +keywords = gui, desktop, application, pygame, pygame-ce, graph, graphs, nodes, node, editor long_description = file: README.md long_description_content_type = text/markdown license = Unlicense