Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Sep 5, 2022
1 parent b39a444 commit 8fd9bf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-quantaq"
version = "1.2.0a0"
version = "1.2.0a1"
description = "API wrapper and utils for QuantAQ, Inc."
authors = ["David H Hagan <[email protected]>"]
license = "Apache License 2.0"
Expand All @@ -18,7 +18,7 @@ packages = [
python = ">=3.8, <3.11"
requests = "^2.24"
pandas = ">=1.0"
setuptools = ">=47."
setuptools = ">=47.0, <70.0"
urllib3 = ">=1.26.5"
numpy = ">=1.22"

Expand Down

0 comments on commit 8fd9bf2

Please sign in to comment.