We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36bba7 commit 6ba932fCopy full SHA for 6ba932f
2 files changed
README.md
@@ -36,7 +36,7 @@ kinesis_client = KinesisClient(...)
36
# Do not use any version below 1.0.0
37
# All available optional dependencies can be found in pyproject.toml.
38
# See the "Managing dependencies" section below for more details.
39
-nypl-py-utils[kinesis-client,config-helper]==1.3.0
+nypl-py-utils[kinesis-client,config-helper]==1.3.1
40
```
41
42
## Developing locally
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "nypl_py_utils"
7
-version = "1.3.0"
+version = "1.3.1"
8
authors = [
9
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
10
]
0 commit comments