We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d83b8 commit 2fa8049Copy full SHA for 2fa8049
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "cfdp-py"
7
description = "Library for high level CCSDS File Delivery Protocol (CFDP) components"
8
readme = "README.md"
9
-version = "0.4.0"
+version = "0.4.1"
10
requires-python = ">=3.9"
11
license = {text = "Apache-2.0"}
12
authors = [
@@ -27,7 +27,7 @@ classifiers = [
27
"Topic :: Scientific/Engineering"
28
]
29
dependencies = [
30
- "spacepackets>=0.24.2, <=0.25",
+ "spacepackets>=0.24.2, <=0.26",
31
"crcmod~=1.7",
32
"deprecation~=2.1",
33
0 commit comments