File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33__author__ = 'DataCebo, Inc.'
44__email__ = 'info@sdv.dev'
5- __version__ = '0.4.2.dev1 '
5+ __version__ = '0.4.2'
66__path__ = __import__ ('pkgutil' ).extend_path (__path__ , __name__ )
77
88from deepecho .demo import load_demo
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.2.dev1
2+ current_version = 0.4.2
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 112112 test_suite = 'tests' ,
113113 tests_require = tests_require ,
114114 url = 'https://github.com/sdv-dev/DeepEcho' ,
115- version = '0.4.2.dev1 ' ,
115+ version = '0.4.2' ,
116116 zip_safe = False ,
117117)
You can’t perform that action at this time.
0 commit comments