We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c306c commit da028c0Copy full SHA for da028c0
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.3.3
4
+
5
+### Fixes
6
7
+- incorrect circuit rendering (#1520)
8
9
## 3.3.2
10
11
## 3.3.1
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyquil"
-version = "3.3.2"
+version = "3.3.3"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = ["Rigetti Computing <softapps@rigetti.com>"]
readme = "README.md"
0 commit comments