Skip to content

Commit 76d0441

Browse files
version: 1.3.13
1 parent 116d6a2 commit 76d0441

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

nodezator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.12"
1+
__version__ = "1.3.13"

nodezator/appinfo.py

Lines changed: 1 addition & 1 deletion
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, 3, 12, "release_candidate")
23+
APP_VERSION = AppVersion(1, 3, 13, "release_candidate")
2424

2525

2626
### titles for the application

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = nodezator
3-
version = 1.3.12
3+
version = 1.3.13
44
author = Kennedy Richard
55
author_email = kennedy@kennedyrichard.com
66
description = A multi-purpose visual node editor for the Python programming language

0 commit comments

Comments
 (0)