File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exclude = '''
1111name = " cz_conventional_commits"
1212bump_message = " bump: version $current_version → $new_version"
1313version_format = " $version"
14- version = " 0.2.0b0 "
14+ version = " 0.2.0 "
1515version_files = [
1616 " qrand/__init__.py:__version__" ,
1717 " tests/test_qrand.py:__version__" ,
@@ -40,7 +40,7 @@ line_length = 79
4040
4141[tool .poetry ]
4242name = " qrand"
43- version = " 0.2.0b0 "
43+ version = " 0.2.0 "
4444description = " A quantum random number generator for arbitrary probability distributions"
4545readme = " README.md"
4646homepage = " https://github.com/pedrorrivero/qrand"
Original file line number Diff line number Diff line change 2323__author__ = "Pedro Rivero"
2424__copyright__ = "Copyright (c) 2021 Pedro Rivero"
2525__license__ = "Apache-2.0"
26- __version__ = "0.2.0b0 "
26+ __version__ = "0.2.0 "
2727
2828from ._qiskit_bit_generator import QiskitBitGenerator
2929from ._qrng import Qrng
Original file line number Diff line number Diff line change 3030## VERSION
3131###############################################################################
3232def test_version ():
33- assert __version__ == "0.2.0b0 "
33+ assert __version__ == "0.2.0 "
3434
3535
3636###############################################################################
You can’t perform that action at this time.
0 commit comments