Skip to content

Commit

Permalink
[release] release pre-build verion 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ertuil committed Apr 21, 2022
1 parent d6a5ebd commit 5ef3968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

version = '0.1.4'
version = '0.1.5'
licence = 'GPLv3'
author = 'Lutong Chen, Jian Li and Kaiping Xue'
2 changes: 1 addition & 1 deletion setup-cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
setup(
name='qns',
author='elliot',
version="0.1.4",
version="0.1.5",
description='A discrete-event scheduler designed for quantum networks',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
name='qns',
author='elliot',
version="0.1.4",
version="0.1.5",
description='A discrete-event scheduler designed for quantum networks',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5ef3968

Please sign in to comment.