We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d4296 commit 913fd5cCopy full SHA for 913fd5c
2 files changed
CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
6
## [Unreleased]
7
8
+## [1.8.3]
9
+
10
- Using trusted publisher setup to publish to pypi
11
12
## [1.8.2]
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "python-osc"
3
-version="1.8.2"
+version="1.8.3"
4
description="Open Sound Control server and client implementations in pure Python"
readme="README.rst"
requires-python=">=3.7"
0 commit comments