Skip to content

Commit

Permalink
version: 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KennedyRichard committed Sep 4, 2024
1 parent 7d3a5be commit 940ab05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nodezator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0"
__version__ = "1.5.1"
2 changes: 1 addition & 1 deletion nodezator/appinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = nodezator
version = 1.5.0
version = 1.5.1
author = Kennedy Richard
author_email = [email protected]
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
Expand Down

0 comments on commit 940ab05

Please sign in to comment.