Skip to content

Commit 2f91698

Browse files
committed
Bump version: 0.17.0.dev3 → 0.17.0
1 parent 61adde8 commit 2f91698

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.17.0.dev3' %}
2+
{% set version = '0.17.0' %}
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.17.0.dev3'
9+
__version__ = '0.17.0'
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.17.0.dev3
2+
current_version = 0.17.0
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
@@ -115,6 +115,6 @@
115115
test_suite='tests',
116116
tests_require=tests_require,
117117
url='https://github.com/sdv-dev/SDV',
118-
version='0.17.0.dev3',
118+
version='0.17.0',
119119
zip_safe=False,
120120
)

0 commit comments

Comments
 (0)