Skip to content

Commit 6946f7c

Browse files
committed
Bump version: 0.13.1.dev1 → 0.13.1
1 parent f5561da commit 6946f7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = '0.13.1.dev1' %}
1+
{% set version = '0.13.1' %}
22

33
package:
44
name: "{{ name|lower }}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ convention = 'google'
156156
add-ignore = ['D107', 'D407', 'D417']
157157

158158
[tool.bumpversion]
159-
current_version = "0.13.1.dev1"
159+
current_version = "0.13.1"
160160
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
161161
serialize = [
162162
'{major}.{minor}.{patch}.{release}{candidate}',

sdmetrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = '[email protected]'
7-
__version__ = '0.13.1.dev1'
7+
__version__ = '0.13.1'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)