File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- {% set version = '0.18.0.dev1 ' %}
1
+ {% set version = '0.18.0' %}
2
2
3
3
package :
4
4
name : " {{ name|lower }}"
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ convention = 'google'
134
134
add-ignore = [' D107' , ' D407' , ' D417' ]
135
135
136
136
[tool .bumpversion ]
137
- current_version = " 0.18.0.dev1 "
137
+ current_version = " 0.18.0"
138
138
parse = ' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
139
139
serialize = [
140
140
' {major}.{minor}.{patch}.{release}{candidate}' ,
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = 'MIT Data To AI Lab'
6
6
__email__ = 'dailabmit@gmail.com'
7
- __version__ = '0.18.0.dev1 '
7
+ __version__ = '0.18.0'
8
8
9
9
import sys
10
10
import warnings as python_warnings
You can’t perform that action at this time.
0 commit comments