Skip to content

Commit ad53bd6

Browse files
committed
Bump version: 0.4.1.dev1 → 0.4.1
1 parent f8b05b2 commit ad53bd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deepecho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'DataCebo, Inc.'
44
__email__ = 'info@sdv.dev'
5-
__version__ = '0.4.1.dev1'
5+
__version__ = '0.4.1'
66
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
77

88
from deepecho.demo import load_demo

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1.dev1
2+
current_version = 0.4.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@
110110
test_suite='tests',
111111
tests_require=tests_require,
112112
url='https://github.com/sdv-dev/DeepEcho',
113-
version='0.4.1.dev1',
113+
version='0.4.1',
114114
zip_safe=False,
115115
)

0 commit comments

Comments
 (0)