diff --git a/setup.py b/setup.py index fbed445..38b7a41 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = "me@kennethreitz.org" AUTHOR = "Kenneth Reitz" REQUIRES_PYTHON = ">=3.10.0" -VERSION = "0.1.0" +VERSION = "0.1.1" # What packages are required for this module to be executed? REQUIRED = ["requests", "pydantic >= 2.0.0"]