Skip to content

Commit

Permalink
Merge pull request #25 from QuEraComputing/dev_0.1.0
Browse files Browse the repository at this point in the history
bump to v0.1.0
  • Loading branch information
weinbe58 authored Jan 13, 2023
2 parents 838cea1 + b52b127 commit 106130a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = "quera-ahs-utils"
version = "0.0.8"
version = "0.1.0"
authors = [
{ name="Phillip Weinberg", email="pweinberg@quera.com" },
{ name="John Long", email="jlong@quera.com" }
Expand Down
2 changes: 1 addition & 1 deletion src/quera_ahs_utils/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.8'
__version__ = '0.1.0'

0 comments on commit 106130a

Please sign in to comment.