From 7667d96a4c6dd3da86fe3870d665727727b4f81d Mon Sep 17 00:00:00 2001 From: Frances Hartwell Date: Mon, 15 Jul 2024 10:20:21 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.15.0=20=E2=86=92=200.15.1.d?= =?UTF-8?q?ev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conda/meta.yaml | 2 +- pyproject.toml | 2 +- sdmetrics/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 09b437c0..5011266a 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,4 +1,4 @@ -{% set version = '0.15.0' %} +{% set version = '0.15.1.dev0' %} package: name: "{{ name|lower }}" diff --git a/pyproject.toml b/pyproject.toml index 4dc27710..9e99b7cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ convention = 'google' add-ignore = ['D107', 'D407', 'D417'] [tool.bumpversion] -current_version = "0.15.0" +current_version = "0.15.1.dev0" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}', diff --git a/sdmetrics/__init__.py b/sdmetrics/__init__.py index d48c426a..11d75c02 100644 --- a/sdmetrics/__init__.py +++ b/sdmetrics/__init__.py @@ -4,7 +4,7 @@ __author__ = 'MIT Data To AI Lab' __email__ = 'dailabmit@gmail.com' -__version__ = '0.15.0' +__version__ = '0.15.1.dev0' import sys import warnings as python_warnings