Skip to content

Commit 11c6958

Browse files
Merge pull request #63 from inventree/build-fix
Build fix
2 parents f35591b + 3edf254 commit 11c6958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Style Checks
2626
run: |
2727
ruff check
28-
- name: Build
28+
- name: Build Binary
2929
run: |
3030
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.2"
1+
BROTHER_PLUGIN_VERSION = "2.0.3"

0 commit comments

Comments
 (0)