Skip to content

Commit 32cf9c1

Browse files
committed
update version to 1.9.1
1 parent 4b37fe1 commit 32cf9c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
## [Unreleased]
77

8+
## [1.9.1]
9+
10+
- Reinstate mistakenly deleted package type annotations
11+
812
## [1.9.0]
913

1014
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-osc"
7-
version = "1.9.0"
7+
version = "1.9.1"
88
description = "Open Sound Control server and client implementations in pure Python"
99
readme = "README.rst"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)