diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b38ebd2..7e586fc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.24 +current_version = 0.4.25 commit = True tag = True diff --git a/README.md b/README.md index cd989c8..05d4e73 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# abp 0.4.24 +# abp 0.4.25 Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits. ## Documentation @@ -8,7 +8,7 @@ You can read the full documentation [here](https://peteshadbolt.co.uk/abp/). You It's easiest to install with `pip`: ```shell -$ pip install --user abp==0.4.24 +$ pip install --user abp==0.4.25 ``` Or clone and install in `develop` mode: diff --git a/abp/static/index.html b/abp/static/index.html index efcf780..c2c5f88 100644 --- a/abp/static/index.html +++ b/abp/static/index.html @@ -24,7 +24,7 @@ -
Version 0.4.24
+
Version 0.4.25