We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cc874 commit f4168eeCopy full SHA for f4168ee
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "squaredown"
3
-version = "1.7.0"
+version = "1.7.1"
4
description = "Customized Square interface"
5
authors = ["Jason Romano <aracnid@gmail.com>"]
6
license = "MIT"
squaredown/__init__.py
@@ -7,4 +7,4 @@
7
from squaredown.report_data import ReportData
8
9
10
-__version__ = "1.7.0"
+__version__ = "1.7.1"
0 commit comments