Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumgizmos committed Nov 17, 2023
1 parent 7cba97e commit c47dc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- release_v2
- ldpc_v2

jobs:
build_sdist:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"tqdm",
"pytest"
]
version = "2.0.7"
version = "2.0.8"

[tool.setuptools.packages.find]
where = ["src_python"]
Expand Down

0 comments on commit c47dc76

Please sign in to comment.