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 11{% set name = 'ctgan' %}
2- {% set version = '0.5.0.dev2 ' %}
2+ {% set version = '0.5.0' %}
33
44package :
55 name : " {{ name|lower }}"
Original file line number Diff line number Diff line change 44
55__author__ = 'MIT Data To AI Lab'
66__email__ = 'dailabmit@gmail.com'
7- __version__ = '0.5.0.dev2 '
7+ __version__ = '0.5.0'
88
99from ctgan .demo import load_demo
1010from ctgan .synthesizers .ctgan import CTGANSynthesizer
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.0.dev2
2+ current_version = 0.5.0
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 9595 test_suite = 'tests' ,
9696 tests_require = tests_require ,
9797 url = 'https://github.com/sdv-dev/CTGAN' ,
98- version = '0.5.0.dev2 ' ,
98+ version = '0.5.0' ,
9999 zip_safe = False ,
100100)
You can’t perform that action at this time.
0 commit comments