Skip to content

Commit cb9cd31

Browse files
committed
Fixed setup
1 parent 3a4249d commit cb9cd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
24-
NAME = "manticoresearch-devel"
25-
VERSION = "8.0.0-dev"
24+
NAME = "manticoresearch-asyncio"
25+
VERSION = "1.0.0"
2626
PYTHON_REQUIRES = ">=3.7"
2727
REQUIRES = [
2828
"urllib3 >= 1.25.3, < 2.1.0",

0 commit comments

Comments
 (0)