From d16a9cdff6127eea3adf0f7634bc4302b4493bed Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Thu, 23 Dec 2021 21:13:50 +0800 Subject: [PATCH] update version number and add link to quingo user doc --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0cae87..693d922 100755 --- a/README.md +++ b/README.md @@ -80,4 +80,4 @@ The `Quingo_interface` class expose the following methods: - For QCIS-based backend, the result format is defined by PyQCISim. Please refer to the docstring of `quingo.if_backend.non_arch_backend.pyqcisim_quantumsim.PyQCISim_quantumsim::execute()` ## Quingo programming tutorial -To be added. \ No newline at end of file +Please refer to the [Quingo User Document](https://hpcl_quanta.gitee.io/quingo-language-documentation/). \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 883a1cf..3be085e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = quingo -version = 0.1.1alpha +version = 0.1.2 author = Xiang Fu author_email = gtaifu@gmail.com use_2to3 = False -- Gitee