From 601da39afb601f40ee144e22eeaf984aff343cac Mon Sep 17 00:00:00 2001 From: Axel Gard Date: Sat, 19 Aug 2023 08:27:20 +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 ab3ad7d..4f9be60 100644 --- a/cira/__init__.py +++ b/cira/__init__.py @@ -14,6 +14,6 @@ from .stock import Stock from .portfolio import Portfolio -__version__ = "2.3.1" +__version__ = "2.3.2" __author__ = "Axel Gard" __credits__ = "alpaca.markets" diff --git a/setup.py b/setup.py index dda7335..5102a59 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='cira', - version='2.3.1', + version='2.3.2', description='A simpler library for the alapaca trade api', url='https://github.com/AxelGard/cira', author='Axel Gard',