Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Oct 29, 2023
1 parent 53af994 commit 7649eb4
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.2.5"
__version__ = "2.2.6"
major_version = __version__.split(".")[0]
minor_version = __version__.split(".")[1]
patch_version = __version__.split(".")[2]

0 comments on commit 7649eb4

Please sign in to comment.