Skip to content

Commit 4847d95

Browse files
committed
chore: bump version 0.2.0
1 parent 2be33c0 commit 4847d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "grid_trading_bot"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Open-source cryptocurrency trading bot designed to perform grid trading strategies using historical data for backtesting."
55
authors = [{ name = "Jordan TETE", email = "tetej171@gmail.com" }]
66
readme = "README.md"

src/grid_trading_bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Grid Trading Bot - Automate your grid trading strategy."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)