Skip to content

Commit

Permalink
updated version and added more context about v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelGard committed Aug 19, 2023
1 parent 81136bb commit 51e6966
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ The name **cira** is a miss spelling of the word for a [baby alpaca cria](https:

[Axel Gard](https://github.com/AxelGard) is main developer for cira.

**A new version v3.0.0 is comming, it will have breaking changes!**
## A new version v3.0.0 is comming, it will have breaking changes!
Im working the new version with more **machine learning support** and moving the underlying SDK to [Alpaca-py](https://alpaca.markets/docs/python-sdk/).
If you want to take a look, [here is the branch](https://github.com/AxelGard/cira/tree/mv-aplc-py-sdk) but this is still under quite have development.
It will have some breaking changes, sorry for that.
I will change some of the interfaces to make it more clear when things are happening.


## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion cira/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
from .stock import Stock
from .portfolio import Portfolio

__version__ = "2.3.0"
__version__ = "2.3.1"
__author__ = "Axel Gard"
__credits__ = "alpaca.markets"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='cira',
version='2.3.0',
version='2.3.1',
description='A simpler library for the alapaca trade api',
url='https://github.com/AxelGard/cira',
author='Axel Gard',
Expand Down

0 comments on commit 51e6966

Please sign in to comment.