chore: bump version to 1.0.0

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dceoy
2026-06-27 02:03:46 +09:00
parent 93565681e1
commit 63a8d67419
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "mt5cli"
version = "0.9.7"
version = "1.0.0"
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.9.7"
version = "1.0.0"
source = { editable = "." }
dependencies = [
{ name = "click" },