Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Dec 4, 2024
1 parent 1fcbf44 commit f56fae1
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "tastytrade-cli"
version = "0.3"
version = "0.4"
description = "An easy-to-use command line interface for Tastytrade!"
readme = "README.md"
requires-python = ">=3.10"
2 changes: 1 addition & 1 deletion ttcli/utils.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
from tastytrade.streamer import U

logger = logging.getLogger(__name__)
VERSION = "0.3"
VERSION = "0.4"
ZERO = Decimal(0)

CONTEXT_SETTINGS = {"help_option_names": ["-h", "--help"]}

0 comments on commit f56fae1

Please sign in to comment.