We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe80c2 commit 5a11d44Copy full SHA for 5a11d44
NodeGraphQt/pkg_info.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/python
2
# -*- coding: utf-8 -*-
3
-__version__ = '0.5.6'
+__version__ = '0.5.7'
4
__status__ = 'Work in Progress'
5
__license__ = 'MIT'
6
setup.cfg
@@ -1,9 +1,9 @@
[metadata]
name = NodeGraphQt
-version=0.5.6
+version=attr: my_package.__version__
author=Johnny Chan
license = MIT License
-license_file = LICENSE.md
+license_files = LICENSE.md
7
long_description = file: README.md
8
long_description_content_type = text/markdown
9
description = Node graph framework for PySide2/PyQt5 that can be
0 commit comments