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.9.0 ' %}
1+ {% set version = '0.9.1.dev0 ' %}
22
33package :
44 name : " {{ name|lower }}"
Original file line number Diff line number Diff line change 44
55__author__ = 'MIT Data To AI Lab'
667- __version__ = '0.9.0 '
7+ __version__ = '0.9.1.dev0 '
88
99import pandas as pd
1010
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.0
2+ current_version = 0.9.1.dev0
33commit = True
44tag = True
55parse = (?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 125125 test_suite = 'tests' ,
126126 tests_require = tests_require ,
127127 url = 'https://github.com/sdv-dev/SDMetrics' ,
128- version = '0.9.0 ' ,
128+ version = '0.9.1.dev0 ' ,
129129 zip_safe = False ,
130130)
You can’t perform that action at this time.
0 commit comments