Skip to content

Commit 4a918a4

Browse files
committed
release 0.4.17
1 parent dec1402 commit 4a918a4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Build and Release
22

33
on:
44
push:
5-
branches: ['build', 'release']
6-
pull_request:
7-
branches: ['main', 'master']
5+
tags:
6+
- 'v*'
87
workflow_dispatch:
98

109
jobs:

tremolo/tremolo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from .lib.executors import MultiThreadExecutor
2626
from .lib.locks import ServerLock
2727

28-
__version__ = '0.4.16'
28+
__version__ = '0.4.17'
2929

3030

3131
class Tremolo:

0 commit comments

Comments
 (0)