We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf05847 commit f8162bcCopy full SHA for f8162bc
pyproject.toml
@@ -0,0 +1,7 @@
1
+[build-system]
2
+requires = [
3
+ "setuptools>=42",
4
+ "wheel"
5
+]
6
+build-backend = "setuptools.build_meta"
7
+
setup.py
@@ -43,7 +43,7 @@
43
# For a discussion on single-sourcing the version across setup.py and the
44
# project code, see
45
# https://packaging.python.org/en/latest/single_source_version.html
46
- version='1.3.0', # Required
+ version='1.3.1', # Required
47
48
# This is a one-line description or tagline of what your project does. This
49
# corresponds to the "Summary" metadata field:
0 commit comments