Skip to content

Commit

Permalink
Bump version: 0.17.0.dev1 → 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Nov 15, 2024
1 parent 1568b68 commit f996baa
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.17.0.dev1' %}
{% set version = '0.17.0' %}

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.17.0.dev1"
current_version = "0.17.0"
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__ = 'dailabmit@gmail.com'
__version__ = '0.17.0.dev1'
__version__ = '0.17.0'

import sys
import warnings as python_warnings
Expand Down

0 comments on commit f996baa

Please sign in to comment.