Skip to content

Commit

Permalink
bump deps, new package version
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Oct 15, 2024
1 parent 8622265 commit 8a10b79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# [unreleased]

# [v0.3.0]
# [v0.3.0] 2024-10-15

## Changed

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "cfdp-py"
description = "Library for high level CCSDS File Delivery Protocol (CFDP) components"
readme = "README.md"
version = "0.2.0"
version = "0.3.0"
requires-python = ">=3.8"
license = {text = "Apache-2.0"}
authors = [
Expand All @@ -28,15 +28,15 @@ classifiers = [
"Topic :: Scientific/Engineering"
]
dependencies = [
# "spacepackets>=0.23.0, <0.25",
"spacepackets @ git+https://github.com/us-irs/spacepackets-py@entity-id-tlv-eq",
"spacepackets>=0.24.2, <0.25",
# "spacepackets @ git+https://github.com/us-irs/spacepackets-py@entity-id-tlv-eq",
"crcmod~=1.7",
"deprecation~=2.1",
]

[project.optional-dependencies]
test = [
"pyfakefs~=4.5",
"pyfakefs~=5.2",
]

[project.urls]
Expand Down

0 comments on commit 8a10b79

Please sign in to comment.