We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4a0ec commit b43d039Copy full SHA for b43d039
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[project]
6
name = "zeroconf"
7
-version = "0.147.3"
+version = "0.148.0"
8
license = "LGPL-2.1-or-later"
9
description = "A pure python implementation of multicast DNS service discovery"
10
readme = "README.rst"
src/zeroconf/__init__.py
@@ -88,7 +88,7 @@
88
89
__author__ = "Paul Scott-Murphy, William McBrine"
90
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91
-__version__ = "0.147.3"
+__version__ = "0.148.0"
92
__license__ = "LGPL"
93
94
0 commit comments