Skip to content

Commit d728f5f

Browse files
committed
Bump version: 0.16.0.dev6 → 0.16.0
1 parent 28e751a commit d728f5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.16.0.dev6' %}
2+
{% set version = '0.16.0' %}
33

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

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.16.0.dev6'
9+
__version__ = '0.16.0'
1010

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.0.dev6
2+
current_version = 0.16.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+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@
114114
test_suite='tests',
115115
tests_require=tests_require,
116116
url='https://github.com/sdv-dev/SDV',
117-
version='0.16.0.dev6',
117+
version='0.16.0',
118118
zip_safe=False,
119119
)

0 commit comments

Comments
 (0)