Skip to content

Commit f4168ee

Browse files
committed
Build new version
1 parent d5cc874 commit f4168ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "squaredown"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "Customized Square interface"
55
authors = ["Jason Romano <aracnid@gmail.com>"]
66
license = "MIT"

squaredown/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from squaredown.report_data import ReportData
88

99

10-
__version__ = "1.7.0"
10+
__version__ = "1.7.1"

0 commit comments

Comments
 (0)