Skip to content

Commit af338c4

Browse files
committed
Bump version: 0.18.0 → 0.18.1.dev0
1 parent 7fee68a commit af338c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = '0.18.0' %}
1+
{% set version = '0.18.1.dev0' %}
22

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ convention = 'google'
134134
add-ignore = ['D107', 'D407', 'D417']
135135

136136
[tool.bumpversion]
137-
current_version = "0.18.0"
137+
current_version = "0.18.1.dev0"
138138
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
139139
serialize = [
140140
'{major}.{minor}.{patch}.{release}{candidate}',

sdmetrics/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'MIT Data To AI Lab'
66
__email__ = 'dailabmit@gmail.com'
7-
__version__ = '0.18.0'
7+
__version__ = '0.18.1.dev0'
88

99
import sys
1010
import warnings as python_warnings

0 commit comments

Comments
 (0)