Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Feb 13, 2023
1 parent 4ebb84e commit a0913ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.1.1 (2023-02-13)

### Fix

- refactor release env
- make bloch sphere background transparent

### Refactor

- replace link from 12rambau branch
- move the badges to the top of the file

## v0.1.0 (2023-01-20)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qutree"
version = "0.1.0"
version = "0.1.1"
description = "plot Bloch Sphere Binary Tree"
keywords = ["QTI", "Python"]
classifiers = [
Expand Down Expand Up @@ -78,7 +78,7 @@ license-files = ["LICENSE"]
changelog_file = "CHANGELOG.md"
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.1.0"
version = "0.1.1"
version_files = ["pyproject.toml:version", "qutree/__init__.py:__version__"]

[tool.pytest.ini_options]
Expand Down
2 changes: 1 addition & 1 deletion qutree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Plot sets of multiqubit quantum pure states as a binary tree of Bloch spheres."""

__version__ = "0.1.0"
__version__ = "0.1.1"
__author__ = "Alice Barthe"
__email__ = "[email protected]"

Expand Down

0 comments on commit a0913ba

Please sign in to comment.