diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 45bf54e1..2480785b 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -13,4 +13,4 @@ from .exceptions import ( from .pool import ConnectionPool from .sync import SyncClient, SyncConnectionPool -__version__ = "0.1.1" +__version__ = "0.2.0"