We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be33c0 commit 4847d95Copy full SHA for 4847d95
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "grid_trading_bot"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = "Open-source cryptocurrency trading bot designed to perform grid trading strategies using historical data for backtesting."
5
authors = [{ name = "Jordan TETE", email = "tetej171@gmail.com" }]
6
readme = "README.md"
src/grid_trading_bot/__init__.py
@@ -1,3 +1,3 @@
"""Grid Trading Bot - Automate your grid trading strategy."""
-__version__ = "0.1.0"
+__version__ = "0.2.0"
0 commit comments