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 05e8f08 commit 19723ebCopy full SHA for 19723eb
.github/workflows/master.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- 'master'
7
+ workflow_dispatch:
8
9
jobs:
10
unittests:
docs/conf.py
@@ -30,6 +30,9 @@
30
copyright = '2024, David Runemalm'
31
author = 'David Runemalm'
32
33
+# The version
34
+version = '1.0'
35
+
36
# The full version, including alpha/beta/rc tags
37
release = '1.0.0-alpha.3'
38
0 commit comments