We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49a295 commit a67091cCopy full SHA for a67091c
.github/workflows/test_and_release.yml
@@ -110,7 +110,7 @@ jobs:
110
npm run build
111
112
- name: Python Semantic Release
113
- uses: relekang/python-semantic-release@master
+ uses: relekang/python-semantic-release@v7.34.6
114
with:
115
github_token: ${{ secrets.GITHUB_TOKEN }}
116
repository_username: __token__
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = trame-plotly
3
-version = 2.1.1
+version = 3.0.0
4
description = Plotly figure widget for trame
5
long_description = file: README.rst
6
long_description_content_type = text/x-rst
0 commit comments