소스 검색

Bump version: 0.6.2 → 0.6.3

master
Pete Shadbolt 5 년 전
부모
커밋
e60abeab35
5개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +1
    -1
      .bumpversion.cfg
  2. +1
    -1
      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.6.2
current_version = 0.6.3
commit = True
tag = True



+ 1
- 1
README.md 파일 보기

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

## Usage


+ 2
- 2
doc/conf.py 파일 보기

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

# 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.6.2
$ pip install --user abp==0.6.3

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.6.2",
version = "0.6.3",
packages = ["abp"],
test_suite = "tests",
author = "Pete Shadbolt",


불러오는 중...
취소
저장