Skip to content

Commit 2fa8049

Browse files
committed
bump allowed spacepackets version
1 parent e7d83b8 commit 2fa8049

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
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "cfdp-py"
77
description = "Library for high level CCSDS File Delivery Protocol (CFDP) components"
88
readme = "README.md"
9-
version = "0.4.0"
9+
version = "0.4.1"
1010
requires-python = ">=3.9"
1111
license = {text = "Apache-2.0"}
1212
authors = [
@@ -27,7 +27,7 @@ classifiers = [
2727
"Topic :: Scientific/Engineering"
2828
]
2929
dependencies = [
30-
"spacepackets>=0.24.2, <=0.25",
30+
"spacepackets>=0.24.2, <=0.26",
3131
"crcmod~=1.7",
3232
"deprecation~=2.1",
3333
]

0 commit comments

Comments
 (0)