We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bdf6c commit de93758Copy full SHA for de93758
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "winterapi"
7
-version = "1.4.0"
+version = "1.4.1"
8
description = ""
9
authors = [
10
{name = "Robert Stein", email = "rdstein@caltech.edu"}
@@ -36,7 +36,7 @@ dependencies = [
36
"jupyter",
37
"backoff",
38
"pydantic",
39
- "wintertoo>=1.6.1"
+ "wintertoo>=1.6.2"
40
]
41
[project.optional-dependencies]
42
dev = [
0 commit comments