We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1315b commit 0bc1606Copy full SHA for 0bc1606
setup.py
@@ -2,7 +2,7 @@
2
"""
3
from setuptools import setup, find_packages
4
5
-__version__ = "1.3.0"
+__version__ = "1.3.1"
6
7
with open("README.md", "r") as fh:
8
long_description = fh.read()
0 commit comments