From bf4cebf3e7ab5d679a6931db74c5b7e997a99af2 Mon Sep 17 00:00:00 2001 From: Axel Gard Date: Sun, 24 Mar 2024 17:29:30 +0100 Subject: [PATCH] update of V --- cira/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cira/__init__.py b/cira/__init__.py index cddd667..dcbdfe2 100644 --- a/cira/__init__.py +++ b/cira/__init__.py @@ -16,6 +16,6 @@ import alpaca -__version__ = "3.0.2" +__version__ = "3.0.3" __author__ = "Axel Gard" __credits__ = "alpaca.markets" diff --git a/setup.py b/setup.py index 5b31847..e38c8db 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="cira", - version="3.0.2", + version="3.0.3", description="A simpler library for the alapaca trade api", url="https://github.com/AxelGard/cira", author="Axel Gard",