We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b37fe1 commit 32cf9c1Copy full SHA for 32cf9c1
CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
6
## [Unreleased]
7
8
+## [1.9.1]
9
+
10
+- Reinstate mistakenly deleted package type annotations
11
12
## [1.9.0]
13
14
- Added TCP Client and Server support for OSC 1.0 and OSC 1.1 formats, with support for sending responses to the client
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "python-osc"
-version = "1.9.0"
+version = "1.9.1"
description = "Open Sound Control server and client implementations in pure Python"
readme = "README.rst"
requires-python = ">=3.10"
0 commit comments