From 2d4899e5083ef7eea1c3e67ec8c2783bfee95d19 Mon Sep 17 00:00:00 2001 From: "Jack Y. Araz" Date: Thu, 13 Jul 2023 15:51:29 +0100 Subject: [PATCH] update makefile --- Makefile | 4 ++-- src/spey_pyhf/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4864eec..2056f3f 100755 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/src/spey_pyhf/_version.py b/src/spey_pyhf/_version.py index cf87ca0..118b0e9 100644 --- a/src/spey_pyhf/_version.py +++ b/src/spey_pyhf/_version.py @@ -1,3 +1,3 @@ """Version of the spey - pyhf plugin""" -__version__ = "0.0.9" +__version__ = "0.1.0"