From 282680c721b3b13dcd9901267630420c4e1afea0 Mon Sep 17 00:00:00 2001 From: Guillaume Fieni Date: Thu, 1 Feb 2024 14:58:21 +0100 Subject: [PATCH] build: Bump PowerAPI package version to 2.3.0 --- src/powerapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powerapi/__init__.py b/src/powerapi/__init__.py index 9a11e7ec..d27787a9 100644 --- a/src/powerapi/__init__.py +++ b/src/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__ = "2.2.0" +__version__ = "2.3.0"