diff --git a/CHANGES.rst b/CHANGES.rst index 3c73e44..f176a6d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -3.1 (unreleased) ----------------- +3.0.1 (2024-10-26) +------------------ - Accidentally import uno library where it isn't needed. diff --git a/pyproject.toml b/pyproject.toml index 6eeb6b9..d2dcabb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "unoserver" -version = "3.1.dev0" +version = "3.0.1" description = "A server for file conversions with Libre Office" classifiers = [ "Development Status :: 5 - Production/Stable",