Skip to content

Commit 5a11d44

Browse files
committed
versioning setup
1 parent 1fe80c2 commit 5a11d44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NodeGraphQt/pkg_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
3-
__version__ = '0.5.6'
3+
__version__ = '0.5.7'
44
__status__ = 'Work in Progress'
55
__license__ = 'MIT'
66

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[metadata]
22
name = NodeGraphQt
3-
version=0.5.6
3+
version=attr: my_package.__version__
44
author=Johnny Chan
55
license = MIT License
6-
license_file = LICENSE.md
6+
license_files = LICENSE.md
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
description = Node graph framework for PySide2/PyQt5 that can be

0 commit comments

Comments
 (0)