diff --git a/docs/source/RasPlanHdf.rst b/docs/source/RasPlanHdf.rst index d73b00f..4e41d9b 100644 --- a/docs/source/RasPlanHdf.rst +++ b/docs/source/RasPlanHdf.rst @@ -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, @@ -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 \ No newline at end of file + zmeta_reference_points_timeseries_output diff --git a/pyproject.toml b/pyproject.toml index f99e7aa..34ea822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]