Commit ad53bd6 1 parent f8b05b2 commit ad53bd6 Copy full SHA for ad53bd6
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 2
2
3
3
__author__ = 'DataCebo, Inc.'
4
4
__email__ = 'info@sdv.dev'
5
- __version__ = '0.4.1.dev1 '
5
+ __version__ = '0.4.1'
6
6
__path__ = __import__ ('pkgutil' ).extend_path (__path__ , __name__ )
7
7
8
8
from deepecho .demo import load_demo
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.4.1.dev1
2
+ current_version = 0.4.1
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 110
110
test_suite = 'tests' ,
111
111
tests_require = tests_require ,
112
112
url = 'https://github.com/sdv-dev/DeepEcho' ,
113
- version = '0.4.1.dev1 ' ,
113
+ version = '0.4.1' ,
114
114
zip_safe = False ,
115
115
)
You can’t perform that action at this time.
0 commit comments