Skip to content

Commit e50f481

Browse files
committed
bump version for types
1 parent a49c219 commit e50f481

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.3]
9+
10+
- Reinstate mistakenly deleted package type annotations on main branch (again)
11+
812
## [1.9.2]
913

1014
- Reinstate mistakenly deleted package type annotations on main branch

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.2"
7+
version = "1.9.3"
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)