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