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 076d6a6 commit e1390baCopy full SHA for e1390ba
.github/workflows/pypi_publish.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
publish:
12
- name: Upload release to PyPI.org
+ name: Upload Release to PyPI
13
runs-on: ubuntu-latest
14
# IMPORTANT: this permission is mandatory for trusted publishing.
15
permissions:
NodeGraphQt/pkg_info.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/python
2
# -*- coding: utf-8 -*-
3
-__version__ = '0.6.37'
+__version__ = '0.6.38'
4
__status__ = 'Work in Progress'
5
__license__ = 'MIT'
6
0 commit comments