Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Jan 21, 2024
1 parent ba60d45 commit 5547148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotraders/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.3.3"
__version__ = "2.3.4"
major_version = __version__.split(".")[0]
minor_version = __version__.split(".")[1]
patch_version = __version__.split(".")[2]

0 comments on commit 5547148

Please sign in to comment.