Skip to content

Commit

Permalink
v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Feb 25, 2020
1 parent 966c084 commit fc5d621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qis_job/qis_job.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class QisJob: # pylint: disable-msg=too-many-instance-attributes
self._pp = pprint.PrettyPrinter(indent=4, stream=sys.stdout)
self.local_simulator_type = 'statevector_simulator'
self.show_qisjob_version = show_qisjob_version
self.my_version = "3.0+master"
self.my_version = "3.1"

def qisjob_version(self):
"""Return version of qis_job"""
Expand Down

0 comments on commit fc5d621

Please sign in to comment.