Skip to content

Commit 288a068

Browse files
Merge pull request #31 from openqasm/version-1.0.0
Update version to 1.0.0
2 parents cbf6e72 + d36fa0c commit 288a068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/openpulse/openpulse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"parse",
2222
]
2323

24-
__version__ = "0.5.0"
24+
__version__ = "1.0.0"
2525

2626
from . import ast, parser, spec
2727
from .parser import parse

0 commit comments

Comments
 (0)