Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelArbel committed Sep 14, 2023
1 parent c15f9f2 commit 26f5dd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Lint with flake8
run: |
flake8 mlxp --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 mlxp --count --max-complexity=10 --max-line-length=110 --statistics
build_wheels:
needs: [lint_code]
name: Build wheels on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 26f5dd7

Please sign in to comment.