Skip to content

Commit

Permalink
bump up v
Browse files Browse the repository at this point in the history
  • Loading branch information
Atashnezhad committed Jun 29, 2023
1 parent 717e271 commit ee39e53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ commit:
.PHONY: run-flake8
run-flake8:
isort neural_network_model/*.py
#isort tests/*.py
isort tests/*.py
isort chat/*.py

flake8 neural_network_model/*.py
#flake8 tests/*.py
flake8 tests/*.py
flake8 chat/*.py

# lint
.PHONY: run_flake8
Expand Down
2 changes: 1 addition & 1 deletion neural_network_model/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6

0 comments on commit ee39e53

Please sign in to comment.