We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3925a50 commit 686760dCopy full SHA for 686760d
.github/workflows/ci-pipeline.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: [3.10]
+ python-version: ["3.10"]
17
18
steps:
19
- uses: actions/checkout@v4
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
10
[project]
11
name = "subaligner"
12
-version = "0.3.10"
+version = "0.3.11"
authors = [
{ name = "Xi Bai", email = "xi.bai.ed@gmail.com" }
]
0 commit comments