We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69116e9 commit 07f42ceCopy full SHA for 07f42ce
setup.py
@@ -5,7 +5,7 @@
5
def read(*rnames):
6
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
7
8
-version = '3.1.3'
+version = '3.1.4'
9
10
tests_require = [
11
"pytest==7.1.2",
0 commit comments