Skip to content

Commit f0e2cc4

Browse files
committed
make release-tag: Merge branch 'master' into stable
2 parents a04471d + 77cdd4e commit f0e2cc4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# History
22

3-
## v0.4.2 - 2022-05-10
3+
## v0.5.0 - 2022-05-11
44

55
This release fixes an error where the relational `KSTest` crashes if a table doesn't have numerical columns.
66
It also includes some housekeeping, updating the pomegranate and copulas version requirements.

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = 'sdmetrics' %}
2-
{% set version = '0.4.2' %}
2+
{% set version = '0.5.0.dev1' %}
33

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

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__ = 'dailabmit@gmail.com'
7-
__version__ = '0.4.2'
7+
__version__ = '0.5.0.dev1'
88

99
import pandas as pd
1010

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.2
2+
current_version = 0.5.0.dev1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@
119119
test_suite='tests',
120120
tests_require=tests_require,
121121
url='https://github.com/sdv-dev/SDMetrics',
122-
version='0.4.2',
122+
version='0.5.0.dev1',
123123
zip_safe=False,
124124
)

0 commit comments

Comments
 (0)