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