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.
2 parents 52bbd92 + 756ea63 commit 8481fd4Copy full SHA for 8481fd4
.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: '16'
+ 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