Skip to content

Commit 172b48c

Browse files
authored
Merge pull request #348 from BQSKit/v1.2.1
Bump version to 1.2.1
2 parents b9de50c + 0159cea commit 172b48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bqskit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""This module contains the version information for BQSKit."""
22
from __future__ import annotations
3-
__version_info__ = ('1', '2', '0')
3+
__version_info__ = ('1', '2', '1')
44
__version__ = '.'.join(__version_info__[:3]) + ''.join(__version_info__[3:])

0 commit comments

Comments
 (0)