Skip to content

Commit 721a04a

Browse files
committed
Bump version: 0.13.1.dev1 → 0.13.1
1 parent 1fc8561 commit 721a04a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = 'sdv' %}
2-
{% set version = '0.13.1.dev1' %}
2+
{% set version = '0.13.1' %}
33

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

Diff for: sdv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = """MIT Data To AI Lab"""
88
__email__ = '[email protected]'
9-
__version__ = '0.13.1.dev1'
9+
__version__ = '0.13.1'
1010

1111
from sdv import constraints, evaluation, metadata, relational, tabular
1212
from sdv.demo import get_available_demos, load_demo

Diff for: setup.cfg

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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@
112112
test_suite='tests',
113113
tests_require=tests_require,
114114
url='https://github.com/sdv-dev/SDV',
115-
version='0.13.1.dev1',
115+
version='0.13.1',
116116
zip_safe=False,
117117
)

0 commit comments

Comments
 (0)