Skip to content

Commit e1390ba

Browse files
committed
actions clean up & version bump.
1 parent 076d6a6 commit e1390ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
publish:
12-
name: Upload release to PyPI.org
12+
name: Upload Release to PyPI
1313
runs-on: ubuntu-latest
1414
# IMPORTANT: this permission is mandatory for trusted publishing.
1515
permissions:

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.6.37'
3+
__version__ = '0.6.38'
44
__status__ = 'Work in Progress'
55
__license__ = 'MIT'
66

0 commit comments

Comments
 (0)