Skip to content

Commit 5aa989d

Browse files
committed
v1.1.0.0
1 parent 13533a5 commit 5aa989d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
path: dist/
7575

7676
- name: Sign the dists with Sigstore
77-
uses: sigstore/gh-action-sigstore-python@v2.1.1
77+
uses: sigstore/gh-action-sigstore-python@v3.0.0
7878
with:
7979
inputs: >-
8080
./dist/*.tar.gz

candle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.0.5.3"
1+
__version__ = "1.1.0.0"
22

33
from candle.candle_bus import CandleBus

0 commit comments

Comments
 (0)