From 790cfcf176e9a69906348e2898d35845acca6ef4 Mon Sep 17 00:00:00 2001 From: adazemar Date: Mon, 16 Aug 2021 12:40:57 +0200 Subject: [PATCH] build: Update package version to 0.10.0 --- powerapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerapi/__init__.py b/powerapi/__init__.py index bb63eba4..bb7daa63 100644 --- a/powerapi/__init__.py +++ b/powerapi/__init__.py @@ -27,4 +27,4 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "0.9.5" +__version__ = "0.10.0"