Skip to content

Commit

Permalink
release: v1.0.3
Browse files Browse the repository at this point in the history
- Bump version from v1.0.2 to v1.0.3
  • Loading branch information
Xuan Ronaldo committed Dec 21, 2024
1 parent 32ed41a commit 208ab57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="positionbt",
version="v1.0.1",
version="v1.0.2",
author="Xuan Ronaldo",
author_email="[email protected]",
description="PositionBT is a simple, fast, and customizable backtesting framework "
Expand All @@ -17,7 +17,7 @@
],
python_requires=">=3.10",
install_requires=[
"polars>=0.20.0",
"polars>=1.13.0",
"pandas>=2.0.0",
"plotly>=5.18.0",
],
Expand Down

0 comments on commit 208ab57

Please sign in to comment.