Skip to content

Commit f2279fa

Browse files
fix version
1 parent 7783955 commit f2279fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def find_libxml2_include():
7878

7979
__version__ = re.search(
8080
r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', # It excludes inline comment too
81-
io.open('main_package/__init__.py', encoding='utf_8_sig').read()
81+
io.open('extractnet/__init__.py', encoding='utf_8_sig').read()
8282
).group(1)
8383

8484
setup(

0 commit comments

Comments
 (0)