From 14193a8a534ca8427f95ac59b4bf08f66eb48d60 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Tue, 17 Jan 2017 19:40:11 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.25=20=E2=86=92=200.4.26?= 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 +- abp/static/scripts/main.js | 2 +- bin/abpserver | 2 +- doc/conf.py | 4 ++-- doc/index.rst | 2 +- setup.py | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7e586fc..c13b710 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.25 +current_version = 0.4.26 commit = True tag = True diff --git a/README.md b/README.md index 05d4e73..89c0844 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# abp 0.4.25 +# abp 0.4.26 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.25 +$ pip install --user abp==0.4.26 ``` Or clone and install in `develop` mode: diff --git a/abp/static/index.html b/abp/static/index.html index 1dfd0ff..4b53578 100644 --- a/abp/static/index.html +++ b/abp/static/index.html @@ -24,7 +24,7 @@ -
Version 0.4.25
+
Version 0.4.26