Skip to content

Commit c3e934b

Browse files
Bump version
1 parent 11c6958 commit c3e934b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install Python Dependencies
2323
run: |
2424
pip install --upgrade wheel setuptools twine
25+
- name: Install Deps
26+
run: |
27+
pip install -U wheel setuptools twine build
2528
- name: Build Binary
2629
run: |
2730
python -m build

inventree_brother/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BROTHER_PLUGIN_VERSION = "2.0.3"
1+
BROTHER_PLUGIN_VERSION = "2.0.4"

0 commit comments

Comments
 (0)