From e50f4813ca20e7f009e13f2c1347fdbdaa82c542 Mon Sep 17 00:00:00 2001 From: tmu Date: Mon, 23 Dec 2024 21:24:08 +0100 Subject: [PATCH] bump version for types --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"