From 48e391f04f0a138ddbbbcb258184a012c705eca7 Mon Sep 17 00:00:00 2001 From: Pedro Oliveira Date: Tue, 5 Apr 2022 22:54:10 +0100 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a3d559..2b09c29 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description=open("README.md", "r").read(), long_description_content_type="text/markdown", keywords="MLD MLDv1 Router IPv6 Multicast Interest", - version="1.0.2", + version="1.0.3", url="http://github.com/pedrofran12/mld", author="Pedro Oliveira", author_email="pedro.francisco.oliveira@tecnico.ulisboa.pt",