Skip to content

Commit f361c2d

Browse files
version1.0.1
1 parent 454e0d2 commit f361c2d

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.0.1
6+
57
### Fixed
68

79
- Fix support for qiskit>1

docs/source/contribution.rst

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ And from GitHub page choose draft a release from tag.
250250
export VERSION=0.x.y
251251
twine upload dist/tensorcircuit-${VERSION}-py3-none-any.whl dist/tensorcircuit-${VERSION}.tar.gz
252252
253+
For upload authetication via token, please refer `this tutorial <https://kynan.github.io/blog/2020/05/23/how-to-upload-your-package-to-the-python-package-index-pypi-test-server>`__ . (username is ``__token__``)
253254

254255
**DockerHub Release**
255256

tensorcircuit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"
22
__author__ = "TensorCircuit Authors"
33
__creator__ = "refraction-ray"
44

tensorcircuit/interfaces/torch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Tensor = Any
1414

15-
# TODO(@refraction-ray): new paradigm compatible with torch functional trasnformation
15+
# TODO(@refraction-ray): new paradigm compatible with torch functional transformation
1616

1717

1818
def torch_interface(

0 commit comments

Comments
 (0)