PlanOpticon

chore: bump version to 0.5.0

lmata 2026-03-08 01:11 trunk
Commit 202a9e2eae8695905c646b7bddf957aeb4b86e095792682d57c76080bcb87eef
+1 -1
--- pyproject.toml
+++ pyproject.toml
@@ -2,11 +2,11 @@
22
requires = ["setuptools>=69.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44
55
[project]
66
name = "planopticon"
7
-version = "0.4.0"
7
+version = "0.5.0"
88
description = "AI-powered video analysis and knowledge extraction tool"
99
readme = "README.md"
1010
license = "MIT"
1111
requires-python = ">=3.10"
1212
authors = [
1313
--- pyproject.toml
+++ pyproject.toml
@@ -2,11 +2,11 @@
2 requires = ["setuptools>=69.0", "wheel"]
3 build-backend = "setuptools.build_meta"
4
5 [project]
6 name = "planopticon"
7 version = "0.4.0"
8 description = "AI-powered video analysis and knowledge extraction tool"
9 readme = "README.md"
10 license = "MIT"
11 requires-python = ">=3.10"
12 authors = [
13
--- pyproject.toml
+++ pyproject.toml
@@ -2,11 +2,11 @@
2 requires = ["setuptools>=69.0", "wheel"]
3 build-backend = "setuptools.build_meta"
4
5 [project]
6 name = "planopticon"
7 version = "0.5.0"
8 description = "AI-powered video analysis and knowledge extraction tool"
9 readme = "README.md"
10 license = "MIT"
11 requires-python = ">=3.10"
12 authors = [
13
--- video_processor/cli/commands.py
+++ video_processor/cli/commands.py
@@ -47,11 +47,11 @@
4747
"-I",
4848
"interactive_flag",
4949
is_flag=True,
5050
help="Launch interactive companion REPL",
5151
)
52
-@click.version_option("0.4.0", prog_name="PlanOpticon")
52
+@click.version_option("0.5.0", prog_name="PlanOpticon")
5353
@click.pass_context
5454
def cli(ctx, verbose, chat, interactive_flag):
5555
"""PlanOpticon - Comprehensive Video Analysis & Knowledge Extraction Tool."""
5656
ctx.ensure_object(dict)
5757
ctx.obj["verbose"] = verbose
5858
--- video_processor/cli/commands.py
+++ video_processor/cli/commands.py
@@ -47,11 +47,11 @@
47 "-I",
48 "interactive_flag",
49 is_flag=True,
50 help="Launch interactive companion REPL",
51 )
52 @click.version_option("0.4.0", prog_name="PlanOpticon")
53 @click.pass_context
54 def cli(ctx, verbose, chat, interactive_flag):
55 """PlanOpticon - Comprehensive Video Analysis & Knowledge Extraction Tool."""
56 ctx.ensure_object(dict)
57 ctx.obj["verbose"] = verbose
58
--- video_processor/cli/commands.py
+++ video_processor/cli/commands.py
@@ -47,11 +47,11 @@
47 "-I",
48 "interactive_flag",
49 is_flag=True,
50 help="Launch interactive companion REPL",
51 )
52 @click.version_option("0.5.0", prog_name="PlanOpticon")
53 @click.pass_context
54 def cli(ctx, verbose, chat, interactive_flag):
55 """PlanOpticon - Comprehensive Video Analysis & Knowledge Extraction Tool."""
56 ctx.ensure_object(dict)
57 ctx.obj["verbose"] = verbose
58

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button