We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49c219 commit e50f481Copy full SHA for e50f481
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.3]
9
+
10
+- Reinstate mistakenly deleted package type annotations on main branch (again)
11
12
## [1.9.2]
13
14
- Reinstate mistakenly deleted package type annotations on main branch
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[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"
0 commit comments