diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b6f94..947cf0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [1.9.3] + +- Reinstate mistakenly deleted package type annotations on main branch (again) + ## [1.9.2] - Reinstate mistakenly deleted package type annotations on main branch diff --git a/pyproject.toml b/pyproject.toml index 8fe746b..8768236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-osc" -version = "1.9.2" +version = "1.9.3" description = "Open Sound Control server and client implementations in pure Python" readme = "README.rst" requires-python = ">=3.10"