Skip to content

Commit 8fd9bf2

Browse files
committed
Bumped version
1 parent b39a444 commit 8fd9bf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py-quantaq"
3-
version = "1.2.0a0"
3+
version = "1.2.0a1"
44
description = "API wrapper and utils for QuantAQ, Inc."
55
authors = ["David H Hagan <david.hagan@quant-aq.com>"]
66
license = "Apache License 2.0"
@@ -18,7 +18,7 @@ packages = [
1818
python = ">=3.8, <3.11"
1919
requests = "^2.24"
2020
pandas = ">=1.0"
21-
setuptools = ">=47."
21+
setuptools = ">=47.0, <70.0"
2222
urllib3 = ">=1.26.5"
2323
numpy = ">=1.22"
2424

0 commit comments

Comments
 (0)