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 9bc8871 commit 756ea63Copy full SHA for 756ea63
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Node.js environment
25
uses: actions/setup-node@v4
26
with:
27
- node-version: '20.6.1'
+ node-version: '20.9.0'
28
29
- name: Get current version
30
id: current_version
__version__.py
@@ -1 +1,2 @@
1
-__version__ = ''
+# -*- coding: utf-8 -*-
2
+__version__ = "0.1.7"
0 commit comments