Bump version to 1.1.3

This commit is contained in:
dceoy
2026-07-04 14:22:05 +09:00
parent 74e3754a80
commit f87683a431
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "mt5cli"
version = "1.1.2"
version = "1.1.3"
description = "Generic MT5 data and execution infrastructure for Python applications"
authors = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}]
maintainers = [{name = "dceoy", email = "dceoy@users.noreply.github.com"}]
Generated
+1 -1
View File
@@ -499,7 +499,7 @@ wheels = [
[[package]]
name = "mt5cli"
version = "1.1.2"
version = "1.1.3"
source = { editable = "." }
dependencies = [
{ name = "click" },