diff --git a/docs/changelog.rst b/docs/changelog.rst index 580025833..fce7a1a3e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. -[Unreleased] ------------- +[0.10.0] 2024-05-01 +------------------- Fixed ~~~~~ diff --git a/xugrid/__init__.py b/xugrid/__init__.py index 710c13255..c4fcc922a 100644 --- a/xugrid/__init__.py +++ b/xugrid/__init__.py @@ -28,7 +28,7 @@ from xugrid.ugrid.ugrid1d import Ugrid1d from xugrid.ugrid.ugrid2d import Ugrid2d -__version__ = "0.9.0" +__version__ = "0.10.0" __all__ = ( "data",