Bump version to v0.7.2

This commit is contained in:
dceoy
2026-06-13 01:34:03 +09:00
parent 78c49238cf
commit 254c159ad5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "mt5cli"
version = "0.7.1"
version = "0.7.2"
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
@@ -487,7 +487,7 @@ wheels = [
[[package]]
name = "mt5cli"
version = "0.7.1"
version = "0.7.2"
source = { editable = "." }
dependencies = [
{ name = "click" },