diff mbox series

[wic,5/9] bump version: 0.2.0 -> 0.3.0

Message ID 20260403183644.2783267-6-twoerner@gmail.com
State New
Headers show
Series standalone wic repository | expand

Commit Message

Trevor Woerner April 3, 2026, 6:36 p.m. UTC
Now that wic is its own standalone tool, bump the version to make the
change explicit.

NOTE: this commit does not work as-is, but is being provided in order to
      explicitly show a clean transition from oe-core

Reviewed-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Reviewed-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 src/wic/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/wic/cli.py b/src/wic/cli.py
index a3402bffcc63..9de5efbb5aec 100755
--- a/src/wic/cli.py
+++ b/src/wic/cli.py
@@ -14,7 +14,7 @@ 
 # AUTHORS
 # Tom Zanussi <tom.zanussi (at] linux.intel.com>
 #
-__version__ = "0.2.0"
+__version__ = "0.3.0"
 
 # Python Standard Library modules
 import os