From 7196f5ce7a41b30d42e99ea0dc38e3ad430d6286 Mon Sep 17 00:00:00 2001 From: rmanach Date: Wed, 18 Dec 2024 15:01:27 +0100 Subject: [PATCH] bump version number --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 6160875..d714875 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -2,4 +2,4 @@ from .client import Client, OrderField __all__ = ["Client", "OrderField"] -VERSION = "0.1.0a0" +VERSION = "0.1.0"