Skip to content

Commit 6ba932f

Browse files
committed
Updated README and pyproject versions
1 parent a36bba7 commit 6ba932f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ kinesis_client = KinesisClient(...)
3636
# Do not use any version below 1.0.0
3737
# All available optional dependencies can be found in pyproject.toml.
3838
# See the "Managing dependencies" section below for more details.
39-
nypl-py-utils[kinesis-client,config-helper]==1.3.0
39+
nypl-py-utils[kinesis-client,config-helper]==1.3.1
4040
```
4141

4242
## Developing locally

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nypl_py_utils"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
authors = [
99
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
1010
]

0 commit comments

Comments
 (0)