Skip to content

Commit

Permalink
Upgrade qibo __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Jul 12, 2022
1 parent a7257e3 commit b58de22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.8.dev1"
__version__ = "0.1.8.dev2"
from qibo.config import set_batch_size, get_batch_size
from qibo.config import set_metropolis_threshold, get_metropolis_threshold
from qibo.backends import matrices
Expand Down

0 comments on commit b58de22

Please sign in to comment.