From 7a46fd08a5b1358152c415e74b9174aa73f4ac5c Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 25 Jan 2024 10:21:21 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.15=20=E2=86=92=200.1.16?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f1a186c..ec138d3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.1.15 +current_version = 0.1.16 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:pyproject.toml] diff --git a/pyproject.toml b/pyproject.toml index 7585980..c42e5fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pv-site-prediction" packages = [{include = "psp"}] -version = "0.1.15" +version = "0.1.16" description = "Photovoltaic per site modeling" authors = ["Simon Lemieux <1105380+simlmx@users.noreply.github.com>"] license = "MIT"