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 47f7db7 commit 8d44a82Copy full SHA for 8d44a82
.github/workflows/release.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Dependencies
31
run: |
32
pip install --upgrade pip
33
+ pip install .[dev]
34
35
- name: Build the executable
36
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "statsaphobia"
7
-version = "0.0.5"
+version = "0.0.6"
8
requires-python = ">=3.12"
9
authors = [
10
{ name = "Simon Howroyd", email = "[email protected]" },
0 commit comments