Skip to content

Commit ca4b3af

Browse files
authored
Bump version: 4.0.0 → 4.0.1 (#22)
1 parent 16779f7 commit ca4b3af

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 = "4.0.0"
7+
version = "4.0.1"
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 = "4.0.0"
50+
current_version = "4.0.1"
5151
commit = true
5252
tag = true
5353
tag_name = "v{new_version}"

0 commit comments

Comments
 (0)