Skip to content

Commit

Permalink
Merge pull request #62 from fema-ffrd/release/0.7.0
Browse files Browse the repository at this point in the history
bump to 0.7.0 for release
  • Loading branch information
thwllms authored Nov 26, 2024
2 parents 99c1139 + d4bcaee commit f84eb44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/source/RasPlanHdf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ RasPlanHdf
reference_lines_names,
reference_points,
reference_points_names,
reference_summary_output,
reference_lines_timeseries_output,
reference_points_timeseries_output,
observed_timeseries_input,
get_plan_info_attrs,
get_plan_param_attrs,
get_meteorology_precip_attrs,
Expand All @@ -39,4 +43,4 @@ RasPlanHdf
zmeta_mesh_cells_timeseries_output,
zmeta_mesh_faces_timeseries_output,
zmeta_reference_lines_timeseries_output,
zmeta_reference_points_timeseries_output
zmeta_reference_points_timeseries_output
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
version = "0.6.0"
version = "0.7.0"
dependencies = ["h5py", "geopandas>=1.0,<2.0", "pyarrow", "xarray"]

[project.optional-dependencies]
Expand Down

0 comments on commit f84eb44

Please sign in to comment.