浏览代码

Bump version: 0.4.27 → 0.5.0

master
Pete Shadbolt 6 年前
父节点
当前提交
b9777a6063
共有 5 个文件被更改,包括 7 次插入7 次删除
  1. +1
    -1
      .bumpversion.cfg
  2. +2
    -2
      README.md
  3. +2
    -2
      doc/conf.py
  4. +1
    -1
      doc/index.rst
  5. +1
    -1
      setup.py

+ 1
- 1
.bumpversion.cfg 查看文件

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.27
current_version = 0.5.0
commit = True
tag = True



+ 2
- 2
README.md 查看文件

@@ -1,4 +1,4 @@
# abp 0.4.27
# abp 0.5.0
Python port of Anders and Briegel' s [method](https://arxiv.org/abs/quant-ph/0504117) for fast simulation of Clifford circuits.

## Documentation
@@ -10,7 +10,7 @@ To install Sphinx on OSX, use `pip install sphinx`. If after doing so `make doc`
It's easiest to install with `pip`:

```shell
$ pip install --user abp==0.4.27
$ pip install --user abp==0.5.0
```

Or install from source: clone and install in `develop` mode:


+ 2
- 2
doc/conf.py 查看文件

@@ -60,9 +60,9 @@ author = 'Pete Shadbolt'
# built documents.
#
# The short X.Y version.
version = '0.4.27'
version = '0.5.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.27'
release = '0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.


+ 1
- 1
doc/index.rst 查看文件

@@ -26,7 +26,7 @@ You can install from ``pip``:

.. code-block:: bash

$ pip install --user abp==0.4.27
$ pip install --user abp==0.5.0

Alternatively, clone from the `github repo <https://github.com/peteshadbolt/abp>`_ and run ``setup.py``:



+ 1
- 1
setup.py 查看文件

@@ -4,7 +4,7 @@ from os import path

setup(
name = "abp",
version = "0.4.27",
version = "0.5.0",
packages = ["abp"],
test_suite = "tests",
author = "Pete Shadbolt",


正在加载...
取消
保存