This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Bump version: 0.6.1 → 0.6.2
master
Pete Shadbolt
5 years ago
parent
e6b25d829e
commit
b41699426a
5 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.bumpversion.cfg
+1
-1
README.md
+2
-2
doc/conf.py
+1
-1
doc/index.rst
+1
-1
setup.py
+ 1
- 1
.bumpversion.cfg
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.
1
current_version = 0.6.
2
commit = True
tag = True
+ 1
- 1
README.md
View File
@@ -1,4 +1,4 @@
# abp 0.6.
1
# abp 0.6.
2
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
View File
@@ -60,9 +60,9 @@ author = 'Pete Shadbolt'
# built documents.
#
# The short X.Y version.
version = '0.6.
1
'
version = '0.6.
2
'
# The full version, including alpha/beta/rc tags.
release = '0.6.
1
'
release = '0.6.
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+ 1
- 1
doc/index.rst
View File
@@ -26,7 +26,7 @@ You can install from ``pip``:
.. code-block:: bash
$ pip install --user abp==0.6.
1
$ pip install --user abp==0.6.
2
Alternatively, clone from the `github repo <https://github.com/peteshadbolt/abp>`_ and run ``setup.py``:
+ 1
- 1
setup.py
View File
@@ -4,7 +4,7 @@ from os import path
setup(
name = "abp",
version = "0.6.
1
",
version = "0.6.
2
",
packages = ["abp"],
test_suite = "tests",
author = "Pete Shadbolt",
Write
Preview
Loading…
Cancel
Save