Skip to content

Commit 5e6c45b

Browse files
authored
Bump version: 3.2.6 → 4.0.0 (#20)
1 parent e193759 commit 5e6c45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "inorbit_edge_executor"
7-
version = "3.2.6"
7+
version = "4.0.0"
88
description = "InOrbit Edge Missions Executor"
99
readme = "README.md"
1010
authors = [
@@ -47,7 +47,7 @@ target-version = ['py310', 'py311', 'py312', 'py313'] # py314 is not yet support
4747
line-length = 100
4848

4949
[tool.bumpversion]
50-
current_version = "3.2.6"
50+
current_version = "4.0.0"
5151
commit = true
5252
tag = true
5353
tag_name = "v{new_version}"

0 commit comments

Comments
 (0)