File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- {% set version = '0.13.0.dev1 ' %}
1
+ {% set version = '0.13.0' %}
2
2
3
3
package :
4
4
name : " {{ name|lower }}"
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = 'MIT Data To AI Lab'
6
6
7
- __version__ = '0.13.0.dev1 '
7
+ __version__ = '0.13.0'
8
8
9
9
import sys
10
10
import warnings as python_warnings
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.13.0.dev1
2
+ current_version = 0.13.0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?
Original file line number Diff line number Diff line change 128
128
test_suite = 'tests' ,
129
129
tests_require = tests_require ,
130
130
url = 'https://github.com/sdv-dev/SDMetrics' ,
131
- version = '0.13.0.dev1 ' ,
131
+ version = '0.13.0' ,
132
132
zip_safe = False ,
133
133
)
You can’t perform that action at this time.
0 commit comments