From 6bbb8a07d8deb77d0f9920ac7e0492e5ed5fa9c3 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Thu, 11 Apr 2024 15:26:36 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.0.dev1=20=E2=86=92=200.1?= =?UTF-8?q?4.0?= 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 ec81e173..0fd47a1a 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,4 +1,4 @@ -{% set version = '0.14.0.dev1' %} +{% set version = '0.14.0' %} package: name: "{{ name|lower }}" diff --git a/pyproject.toml b/pyproject.toml index 1ce0e113..af1a7ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,7 +159,7 @@ convention = 'google' add-ignore = ['D107', 'D407', 'D417'] [tool.bumpversion] -current_version = "0.14.0.dev1" +current_version = "0.14.0" 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 5a8358d7..f2e817a0 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.14.0.dev1' +__version__ = '0.14.0' import sys import warnings as python_warnings