Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 932c78d

Browse files
author
CI workflow
committed
Bump version to 0.0.2
1 parent 2bfbb4f commit 932c78d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qctrl-pyquil"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Q-CTRL pyQuil Adapter"
55
license = "Apache-2.0"
66
authors = ["Q-CTRL <[email protected]>"]

qctrlpyquil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
===========
1919
"""
2020

21-
__version__ = "0.0.1"
21+
__version__ = "0.0.2"
2222

2323
from .program import convert_dds_to_pyquil_program
2424

0 commit comments

Comments
 (0)