Skip to content

Commit 1f1dd77

Browse files
committed
updated workflow badges
1 parent 4cbec47 commit 1f1dd77

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Quantum Server Plugin
22

3-
![build, test and publish](https://github.com/github/Dpbm/quantum-server-plugin-template/workflows/build_test_publish.yml/badge.svg)
4-
![release version](https://github.com/github/Dpbm/quantum-server-plugin-template/workflows/release.yml/badge.svg)
3+
![build, test and publish](https://github.com/github/quantum-plugins/quantum-server-plugin-template/workflows/build_test_publish.yml/badge.svg)
4+
![release version](https://github.com/github/quantum-plugins/quantum-server-plugin-template/workflows/release.yml/badge.svg)
55

66
To create a plugin for [local-quantum-server](https://github.com/Dpbm/local-quantum-server), `start by using this template` and then follow the steps below.
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_long_description():
2727

2828
setup(
2929
name="example_plugin", # your plugin name
30-
version="1.0.0", # your plugin version
30+
version="1.0.1", # your plugin version
3131
install_requires=get_requirements(),
3232
packages=find_packages(
3333
# depending on how you have architected your plugin you may need to update the packages

0 commit comments

Comments
 (0)