diff --git a/pyproject.toml b/pyproject.toml index 36979be..e6f3649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools @ git+https://github.com/pypa/setuptools.git@main"] [project] name = "lazystuff" -version = "1.1.0" +version = "1.2.0" authors = [{ name = "David Byers", email = "david.byers@liu.se"}] description = "Lazy-ish list-like objects for streaming APIs." readme = "README.md"