Commit 3e5a257 1 parent c531288 commit 3e5a257 Copy full SHA for 3e5a257
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = 'sdgym' %}
2
- {% set version = '0.5.0 ' %}
2
+ {% set version = '0.5.1.dev0 ' %}
3
3
4
4
package :
5
5
name : " {{ name|lower }}"
Original file line number Diff line number Diff line change 8
8
__copyright__ = 'Copyright (c) 2018, MIT Data To AI Lab'
9
9
__email__ = 'dailabmit@gmail.com'
10
10
__license__ = 'MIT'
11
- __version__ = '0.5.0 '
11
+ __version__ = '0.5.1.dev0 '
12
12
13
13
from sdgym import benchmark , synthesizers
14
14
from sdgym .benchmark import run
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.0
2
+ current_version = 0.5.1.dev0
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 134
134
test_suite = 'tests' ,
135
135
tests_require = tests_require ,
136
136
url = 'https://github.com/sdv-dev/SDGym' ,
137
- version = '0.5.0 ' ,
137
+ version = '0.5.1.dev0 ' ,
138
138
zip_safe = False ,
139
139
)
You can’t perform that action at this time.
0 commit comments