Skip to content

Commit c0102f3

Browse files
committed
Fix merge conflict
1 parent b019cea commit c0102f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deepecho/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
__author__ = 'MIT Data To AI Lab'
44
__email__ = '[email protected]'
5-
<<<<<<< HEAD
6-
__version__ = '0.2.1'
7-
=======
85
__version__ = '0.3.0'
9-
>>>>>>> master
6+
107
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
118

129
from deepecho.demo import load_demo

0 commit comments

Comments
 (0)