Skip to content

Commit 940ab05

Browse files
version: 1.5.1
1 parent 7d3a5be commit 940ab05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nodezator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.5.1"

nodezator/appinfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
AppVersion = namedtuple("AppVersion", "major minor micro release_level")
2222

23-
APP_VERSION = AppVersion(1, 5, 0, "release_candidate")
23+
APP_VERSION = AppVersion(1, 5, 1, "release_candidate")
2424

2525

2626
### titles for the application

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
name = nodezator
3-
version = 1.5.0
3+
version = 1.5.1
44
author = Kennedy Richard
55
author_email = [email protected]
66
description = A generalist Python node editor
7-
keywords = gui, desktop, application, pygame, graph, graphs, nodes, node, editor
7+
keywords = gui, desktop, application, pygame, pygame-ce, graph, graphs, nodes, node, editor
88
long_description = file: README.md
99
long_description_content_type = text/markdown
1010
license = Unlicense

0 commit comments

Comments
 (0)