Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Jul 13, 2023
1 parent 7db4988 commit 2d4899e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ uninstall:

.PHONY: test
test:
pytest --cov=spey tests/*/*py --cov-fail-under 99
pytest --cov=spey tests/*py #--cov-fail-under 99

.PHONY: build
build:
python -m setup.py bdist_wheel sdist
python -m build

.PHONY: check_dist
check_dist:
Expand Down
2 changes: 1 addition & 1 deletion src/spey_pyhf/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the spey - pyhf plugin"""

__version__ = "0.0.9"
__version__ = "0.1.0"

0 comments on commit 2d4899e

Please sign in to comment.