Skip to content

Commit a67091c

Browse files
committed
fix(semantic-release): Fix version
1 parent b49a295 commit a67091c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
npm run build
111111
112112
- name: Python Semantic Release
113-
uses: relekang/python-semantic-release@master
113+
uses: relekang/python-semantic-release@v7.34.6
114114
with:
115115
github_token: ${{ secrets.GITHUB_TOKEN }}
116116
repository_username: __token__

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trame-plotly
3-
version = 2.1.1
3+
version = 3.0.0
44
description = Plotly figure widget for trame
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)