Skip to content

Commit d8d87ee

Browse files
committed
Call it v1.0.4
1 parent 89c5d8c commit d8d87ee

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
@@ -90,7 +90,7 @@ jobs:
9090
- name: Download distribution packages
9191
uses: actions/download-artifact@v4
9292
with:
93-
name: dist-${{ matrix.python-version }}
93+
name: dist-3.x
9494
path: dist/
9595
- name: Deploy to PyPI
9696
uses: pypa/gh-action-pypi-publish@release/v1

zxing/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)