| @@ -1,5 +1,5 @@ | |||||
| [bumpversion] | [bumpversion] | ||||
| current_version = 0.4.18 | |||||
| current_version = 0.4.19 | |||||
| commit = True | commit = True | ||||
| tag = True | tag = True | ||||
| @@ -1,4 +1,4 @@ | |||||
| # abp 0.4.18 | |||||
| # abp 0.4.19 | |||||
| Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits. You can read the full documentation [here](https://peteshadbolt.co.uk/abp/). | Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits. You can read the full documentation [here](https://peteshadbolt.co.uk/abp/). | ||||
| @@ -7,7 +7,7 @@ Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/050 | |||||
| It's easiest to install with `pip`: | It's easiest to install with `pip`: | ||||
| ```shell | ```shell | ||||
| $ pip install --user abp==0.4.18 | |||||
| $ pip install --user abp==0.4.19 | |||||
| ``` | ``` | ||||
| Or clone and install in `develop` mode: | Or clone and install in `develop` mode: | ||||
| @@ -25,7 +25,7 @@ | |||||
| <div id=node_info class=hidden> nothing </div> | <div id=node_info class=hidden> nothing </div> | ||||
| <div id=server_info class=hidden> </div> | <div id=server_info class=hidden> </div> | ||||
| <div id=version>Version 0.4.18</div> | |||||
| <div id=version>Version 0.4.19</div> | |||||
| <div id=node_data class=hidden> | <div id=node_data class=hidden> | ||||
| <div id=node_name></div> | <div id=node_name></div> | ||||
| @@ -59,9 +59,9 @@ author = u'Pete Shadbolt' | |||||
| # built documents. | # built documents. | ||||
| # | # | ||||
| # The short X.Y version. | # The short X.Y version. | ||||
| version = '0.4.18' | |||||
| version = '0.4.19' | |||||
| # The full version, including alpha/beta/rc tags. | # The full version, including alpha/beta/rc tags. | ||||
| release = '0.4.18' | |||||
| release = '0.4.19' | |||||
| # The language for content autogenerated by Sphinx. Refer to documentation | # The language for content autogenerated by Sphinx. Refer to documentation | ||||
| # for a list of supported languages. | # for a list of supported languages. | ||||
| @@ -6,7 +6,7 @@ STATIC = glob("abp/static/*.*")+glob("abp/static/img/*.*")+glob("abp/static/scri | |||||
| setup( | setup( | ||||
| name = "abp", | name = "abp", | ||||
| version = "0.4.18", | |||||
| version = "0.4.19", | |||||
| packages = ["abp", "abp.static"], | packages = ["abp", "abp.static"], | ||||
| test_suite = "tests", | test_suite = "tests", | ||||
| author = "Pete Shadbolt", | author = "Pete Shadbolt", | ||||