Skip to content

Commit

Permalink
update version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attwad committed Dec 22, 2024
1 parent 4b37fe1 commit 32cf9c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [1.9.1]

- Reinstate mistakenly deleted package type annotations

## [1.9.0]

- Added TCP Client and Server support for OSC 1.0 and OSC 1.1 formats, with support for sending responses to the client
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[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"
Expand Down

0 comments on commit 32cf9c1

Please sign in to comment.