Skip to content

Commit 130032a

Browse files
committed
Bump version to 1.0.0 across all files
1 parent 6b7b1a0 commit 130032a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

OpenCut.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; Installs the OpenCut backend + CEP extension for Premiere Pro
33

44
#define MyAppName "OpenCut"
5-
#define MyAppVersion "0.6.5"
5+
#define MyAppVersion "1.0.0"
66
#define MyAppPublisher "SysAdminDoc"
77
#define MyAppURL "https://github.com/SysAdminDoc/OpenCut"
88

extension/com.opencut.panel/CSXS/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<ExtensionManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
Version="7.0"
44
ExtensionBundleId="com.opencut.panel"
5-
ExtensionBundleVersion="0.6.5"
5+
ExtensionBundleVersion="1.0.0"
66
ExtensionBundleName="OpenCut">
77

88
<ExtensionList>
9-
<Extension Id="com.opencut.panel.main" Version="0.6.5" />
9+
<Extension Id="com.opencut.panel.main" Version="1.0.0" />
1010
</ExtensionList>
1111

1212
<ExecutionEnvironment>

opencut/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
and more. Exports Premiere Pro / DaVinci Resolve / FCP XML.
66
"""
77

8-
__version__ = "0.6.5"
8+
__version__ = "1.0.0"
99
__author__ = "OpenCut Contributors"
1010
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "opencut"
7-
version = "0.6.5"
7+
version = "1.0.0"
88
description = "Open-source AI video editing automation for Adobe Premiere Pro - captions, audio processing, visual effects, and more"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)