From 60551303d69a950bb149d6c469ed1a4df321c057 Mon Sep 17 00:00:00 2001 From: Xuan Ronaldo Date: Fri, 13 Dec 2024 19:39:08 +0800 Subject: [PATCH] build: bump version to v1.0.1 - Update version from v1.0.0 to v1.0.1 for documentation changes - Fix PyPI upload conflict by incrementing patch version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67ab5f5..1738e0c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="positionbt", - version="v1.0.0", + version="v1.0.1", author="Xuan Ronaldo", author_email="xuanronaldo@outlook.com", description="PositionBT is a simple, fast, and customizable backtesting framework "