Skip to content

Commit 9198e99

Browse files
authored
Merge branch 'develop' into friday
2 parents 8f4ee94 + b7de96b commit 9198e99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: pypa/gh-action-pypi-publish@master
2525
with:
2626
password: ${{ secrets.pypi_password }}
27+
verbose: true
2728
-
2829
name: Set up QEMU
2930
uses: docker/setup-qemu-action@v1

src/superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.7b6"
1+
__version__ = "4.2.8b14"

0 commit comments

Comments
 (0)