From 42a51fc62944c96fc9d26a3b389ba1bdd72d8860 Mon Sep 17 00:00:00 2001 From: Axel Gard Date: Mon, 1 Jul 2024 10:27:24 +0200 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 57c12d8..f5afd2c 100644 --- a/cira/__init__.py +++ b/cira/__init__.py @@ -21,6 +21,6 @@ import alpaca -__version__ = "3.2.2" +__version__ = "3.3.0" __author__ = "Axel Gard" __credits__ = "alpaca.markets" diff --git a/setup.py b/setup.py index bc4f752..7ed4d0c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="cira", - version="3.2.2", + version="3.3.0", description="A simpler library for the alapaca trade api", url="https://github.com/AxelGard/cira", author="Axel Gard",