Skip to content

Commit ce055eb

Browse files
committed
fixed badges
1 parent 1f1dd77 commit ce055eb

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

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

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)
3+
4+
![Build, Test and publish](https://github.com/quantum-plugins/quantum-server-plugin-template/actions/workflows/build_test_publish.yml/badge.svg)
5+
![release version](https://github.com/quantum-plugins/quantum-server-plugin-template/actions/workflows/release.yml/badge.svg)
56

67
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.
78

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.1", # your plugin version
30+
version="1.0.2", # 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)