Skip to content

Commit

Permalink
updated -V
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelGard committed Mar 24, 2024
1 parent 97431a1 commit 85e1c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cira/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

import alpaca

__version__ = "3.0.3"
__version__ = "3.0.4"
__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="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",
Expand Down

0 comments on commit 85e1c20

Please sign in to comment.