From dd9a1a3d49d966186245f925badb814f3c7e4bc9 Mon Sep 17 00:00:00 2001 From: Anish Mudaraddi <81758831+anish-mudaraddi@users.noreply.github.com> Date: Wed, 17 May 2023 16:37:55 +0100 Subject: [PATCH] bump iriscasttools (#66) 0.0.2 -> 0.1.0 --- iriscasttools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iriscasttools/setup.py b/iriscasttools/setup.py index fb60158c..d93f73a3 100644 --- a/iriscasttools/setup.py +++ b/iriscasttools/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.0.2" +VERSION = "0.1.0" DESCRIPTION = "python package for IRISCAST tools" LONG_DESCRIPTION = """Python package to get power and CPU/RAM usage statistics"""