From 85e1c20e2c35dc95d425d00c1fdf3f8f3860964b Mon Sep 17 00:00:00 2001 From: Axel Gard Date: Sun, 24 Mar 2024 17:46:17 +0100 Subject: [PATCH] updated -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 dcbdfe2..90e97c6 100644 --- a/cira/__init__.py +++ b/cira/__init__.py @@ -16,6 +16,6 @@ import alpaca -__version__ = "3.0.3" +__version__ = "3.0.4" __author__ = "Axel Gard" __credits__ = "alpaca.markets" diff --git a/setup.py b/setup.py index e38c8db..920be65 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="cira", - version="3.0.3", + version="3.0.4", description="A simpler library for the alapaca trade api", url="https://github.com/AxelGard/cira", author="Axel Gard",