diff --git a/NodeGraphQt/pkg_info.py b/NodeGraphQt/pkg_info.py index 9dd6995a..274b2646 100644 --- a/NodeGraphQt/pkg_info.py +++ b/NodeGraphQt/pkg_info.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -__version__ = '0.6.17' +__version__ = '0.6.18' __status__ = 'Work in Progress' __license__ = 'MIT'