Skip to content

Commit 6f12874

Browse files
Merge pull request #64 from inventree/pypi-fix-2
Bump version
2 parents 11c6958 + 2225965 commit 6f12874

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
uses: actions/setup-python@v2
2020
with:
2121
python-version: 3.9
22-
- name: Install Python Dependencies
22+
- name: Install Deps
2323
run: |
24-
pip install --upgrade wheel setuptools twine
24+
pip install -U wheel setuptools twine build
2525
- name: Build Binary
2626
run: |
2727
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)