From fe34f07db3f1d77b80cb268ef31dae4bf6c320c0 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Fri, 18 Nov 2016 18:44:42 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.21=20=E2=86=92=200.4.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 4 ++-- abp/static/index.html | 2 +- doc/conf.py | 4 ++-- doc/index.rst | 2 +- setup.py | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e1f782d..07cc935 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.21 +current_version = 0.4.22 commit = True tag = True diff --git a/README.md b/README.md index e8965d7..281ffde 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# abp 0.4.21 +# abp 0.4.22 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`: ```shell -$ pip install --user abp==0.4.21 +$ pip install --user abp==0.4.22 ``` Or clone and install in `develop` mode: diff --git a/abp/static/index.html b/abp/static/index.html index b77720f..5fd3cbb 100644 --- a/abp/static/index.html +++ b/abp/static/index.html @@ -24,7 +24,7 @@ -
Version 0.4.21
+
Version 0.4.22