Skip to content

Commit

Permalink
update readme + version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
splch authored Aug 16, 2023
1 parent 270ab90 commit 3eb50dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ print(simulator)

## Testing

Tests are included in the package to verify its functionality:
Tests are included in the package to verify its functionality and provide more advanced examples:

```shell
python3 -m pytest tests/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="qubit_simulator",
version="0.0.4",
version="0.0.5",
description="A simple qubit simulator",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3eb50dd

Please sign in to comment.