We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff202c commit 46fcce5Copy full SHA for 46fcce5
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
from version import version
13
14
sys.path.append("./tests")
15
-version = "v0.5.13"
+version = "v0.5.14"
16
17
here = os.path.abspath(os.path.dirname(__file__))
18
with open(os.path.join(here, "README.md"), encoding="utf-8") as f:
0 commit comments