opencode-usage 0.1.2__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opencode-usage
3
- Version: 0.1.2
3
+ Version: 0.2.0
4
4
  Summary: CLI tool to track and display OpenCode token usage statistics
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "opencode-usage"
3
- version = "0.1.2"
3
+ version = "0.2.0"
4
4
  description = "CLI tool to track and display OpenCode token usage statistics"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -0,0 +1,7 @@
1
+ """OpenCode usage statistics CLI."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from importlib.metadata import version
6
+
7
+ __version__ = version("opencode-usage")
@@ -1,3 +0,0 @@
1
- """OpenCode usage statistics CLI."""
2
-
3
- __version__ = "0.1.0"
File without changes
File without changes