We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a688b commit efb5292Copy full SHA for efb5292
setup.py
@@ -1,10 +1,6 @@
1
from setuptools import setup
2
3
-<<<<<<< HEAD
4
-__version__ = '2.1.3'
5
-=======
6
__version__ = '3.0.0a1'
7
->>>>>>> multiclients
8
9
with open('README.md', encoding='utf-8') as f:
10
long_description = f.read()
0 commit comments