Skip to content

Commit

Permalink
removes dev (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
splch committed May 16, 2023
1 parent 0824250 commit 3d78692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ionq/version.py
Expand Up @@ -34,7 +34,7 @@
pkg_parent = pathlib.Path(__file__).parent.parent.absolute()

# major, minor, micro
VERSION_INFO = ".".join(map(str, (0, 4, 0, "dev0")))
VERSION_INFO = ".".join(map(str, (0, 4, 0)))


def _minimal_ext_cmd(cmd: List[str]) -> bytes:
Expand Down

0 comments on commit 3d78692

Please sign in to comment.