We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13130c commit 285fb91Copy full SHA for 285fb91
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages # type: ignore
2
import os
3
4
-VERSION = "2.0.0"
+VERSION = "2.0.1"
5
6
7
def parse_requirements(filename):
0 commit comments