Skip to content

Commit 686760d

Browse files
committed
bump up the versions
1 parent 3925a50 commit 686760d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.10]
16+
python-version: ["3.10"]
1717

1818
steps:
1919
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "subaligner"
12-
version = "0.3.10"
12+
version = "0.3.11"
1313
authors = [
1414
{ name = "Xi Bai", email = "[email protected]" }
1515
]

0 commit comments

Comments
 (0)