Skip to content

Commit

Permalink
Bump version: 0.15.1.dev1 → 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Aug 13, 2024
1 parent 9484bf5 commit 94faf10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '0.15.1.dev1' %}
{% set version = '0.15.1' %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ convention = 'google'
add-ignore = ['D107', 'D407', 'D417']

[tool.bumpversion]
current_version = "0.15.1.dev1"
current_version = "0.15.1"
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
serialize = [
'{major}.{minor}.{patch}.{release}{candidate}',
Expand Down
2 changes: 1 addition & 1 deletion sdmetrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = 'MIT Data To AI Lab'
__email__ = '[email protected]'
__version__ = '0.15.1.dev1'
__version__ = '0.15.1'

import sys
import warnings as python_warnings
Expand Down

0 comments on commit 94faf10

Please sign in to comment.