We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fc8f2 commit d34bb35Copy full SHA for d34bb35
2 files changed
.github/workflows/test.yml
@@ -96,7 +96,7 @@ jobs:
96
timeout-minutes: 5
97
run: |
98
VERSION=${GITHUB_REF#refs/tags/v}
99
- until pip download qek==$VERSION
+ until pip download quantum-evolution-kernel==$VERSION
100
do
101
echo "Failed to download from PyPI, will wait for upload and retry."
102
sleep 1
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
name = "quantum-evolution-kernel"
7
description = "A new quantum library."
8
readme = "README.md"
9
-version = "0.1.1"
+version = "0.1.2"
10
requires-python = ">=3.10,<3.13"
11
license = { text = "MIT-derived" }
12
keywords = ["quantum"]
0 commit comments