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

Commit fc5d621

Browse files
committed
v3.1
1 parent 966c084 commit fc5d621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qis_job/qis_job.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class QisJob: # pylint: disable-msg=too-many-instance-attributes
108108
self._pp = pprint.PrettyPrinter(indent=4, stream=sys.stdout)
109109
self.local_simulator_type = 'statevector_simulator'
110110
self.show_qisjob_version = show_qisjob_version
111-
self.my_version = "3.0+master"
111+
self.my_version = "3.1"
112112

113113
def qisjob_version(self):
114114
"""Return version of qis_job"""

0 commit comments

Comments
 (0)