Skip to content

Commit

Permalink
update v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyilunnn committed Jul 21, 2023
1 parent 5c72e98 commit 1305073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ cmake
test
.vscode
thirdparty
.pyd
.pyd
MANIFEST.in
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name="pyquafu",
version="0.2.11",
version="0.3.0",
author="ssli",
author_email="[email protected]",
url="https://github.com/ScQ-Cloud/pyquafu",
Expand All @@ -45,4 +45,4 @@
zip_safe=False,
setup_cfg=True,
license="Apache-2.0 License"
)
)

0 comments on commit 1305073

Please sign in to comment.