Skip to content

Commit

Permalink
v1.1.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Jan 16, 2025
1 parent 3ff31f5 commit 2085b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ maintainers = [

description='TROPESS Averaging Kernel and Covariance Compression Tool'
requires-python = ">=3.8"
version = "1.0.0"
version = "1.1.0"
dynamic = ["dependencies"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[project.scripts]
compress_tropess_file = "tropess_compression.compress_tropess_file:main"
decompress_tropess_file = "tropess_compression.decompress_tropess_file:main"
decompress_tropess_file = "tropess_compression.decompress_tropess_file:main"

0 comments on commit 2085b2f

Please # to comment.