Skip to content

Commit

Permalink
version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KennedyRichard committed Sep 11, 2023
1 parent e31f60c commit 6f628b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nodezator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.2"
__version__ = "1.4.3"
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, 4, 2, "release_candidate")
APP_VERSION = AppVersion(1, 4, 3, "release_candidate")


### titles for the application
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nodezator
version = 1.4.2
version = 1.4.3
author = Kennedy Richard
author_email = kennedy@kennedyrichard.com
description = A multi-purpose visual node editor for the Python programming language
Expand Down

0 comments on commit 6f628b0

Please sign in to comment.