From f88ad3942bde80f51a4e740eec3186af065faccf Mon Sep 17 00:00:00 2001 From: jchan Date: Sun, 26 Mar 2023 23:38:52 +1300 Subject: [PATCH] version bump --- NodeGraphQt/pkg_info.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NodeGraphQt/pkg_info.py b/NodeGraphQt/pkg_info.py index df2591f5..7308511f 100644 --- a/NodeGraphQt/pkg_info.py +++ b/NodeGraphQt/pkg_info.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -__version__ = '0.5.3' +__version__ = '0.5.4' __status__ = 'Work in Progress' __license__ = 'MIT' diff --git a/setup.cfg b/setup.cfg index 6e118be3..bbbac340 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = NodeGraphQt -version=0.5.3 +version=0.5.4 author=Johnny Chan license = MIT License license_file = LICENSE.md