Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Aug 23, 2024
1 parent b604f17 commit 11ce017
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ build-backend = "setuptools.build_meta"
[project]
requires-python=">=3.7"
name="CFAPyX"
version="2024.7.30"
version="2024.9.0"
dynamic = ["dependencies"]
authors = [{name = "Daniel Westwood", email = "[email protected]"}]
readme="README.md"
description="Xarray Backend Engine for interpreting CF-netCDF Aggregation files (CFA-netCDF)"
license = {file = "LICENSE"}
keywords = ["cf", "cf-conventions","xarray","cloud","ArrayPartition"]

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

[tool.setuptools]
packages = ["CFAPyX"]
Expand Down

0 comments on commit 11ce017

Please sign in to comment.