PlanOpticon
Merge pull request #121 from ConflictHQ/chore/bump-v0.5.0 chore: bump version to 0.5.0
Commit
39eab416815d2ce1a5c7fe5e128c054b23e14ca8525d84e63c856aa93f96c85d
Parent
1707c678cbca785…
2 files changed
+1
-1
+1
-1
+1
-1
| --- pyproject.toml | ||
| +++ pyproject.toml | ||
| @@ -2,11 +2,11 @@ | ||
| 2 | 2 | requires = ["setuptools>=69.0", "wheel"] |
| 3 | 3 | build-backend = "setuptools.build_meta" |
| 4 | 4 | |
| 5 | 5 | [project] |
| 6 | 6 | name = "planopticon" |
| 7 | -version = "0.4.0" | |
| 7 | +version = "0.5.0" | |
| 8 | 8 | description = "AI-powered video analysis and knowledge extraction tool" |
| 9 | 9 | readme = "README.md" |
| 10 | 10 | license = "MIT" |
| 11 | 11 | requires-python = ">=3.10" |
| 12 | 12 | authors = [ |
| 13 | 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.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 |
+1
-1
| --- video_processor/cli/commands.py | ||
| +++ video_processor/cli/commands.py | ||
| @@ -47,11 +47,11 @@ | ||
| 47 | 47 | "-I", |
| 48 | 48 | "interactive_flag", |
| 49 | 49 | is_flag=True, |
| 50 | 50 | help="Launch interactive companion REPL", |
| 51 | 51 | ) |
| 52 | -@click.version_option("0.4.0", prog_name="PlanOpticon") | |
| 52 | +@click.version_option("0.5.0", prog_name="PlanOpticon") | |
| 53 | 53 | @click.pass_context |
| 54 | 54 | def cli(ctx, verbose, chat, interactive_flag): |
| 55 | 55 | """PlanOpticon - Comprehensive Video Analysis & Knowledge Extraction Tool.""" |
| 56 | 56 | ctx.ensure_object(dict) |
| 57 | 57 | ctx.obj["verbose"] = verbose |
| 58 | 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.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 |