diff --git a/src/__init__.py b/src/__init__.py index 9d17d8d..194a866 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -2,4 +2,4 @@ from .client import Client, OrderField __all__ = ["Client", "OrderField"] -VERSION = "0.1.1" +VERSION = "0.1.2"