Commit aaa9d6a6 authored by Pedro Oliveira's avatar Pedro Oliveira

bump version

parent ab6ca07b
...@@ -15,7 +15,7 @@ from pimdm import Main ...@@ -15,7 +15,7 @@ from pimdm import Main
from pimdm.tree import pim_globals from pimdm.tree import pim_globals
from pimdm.daemon.Daemon import Daemon from pimdm.daemon.Daemon import Daemon
VERSION = "1.3.2" VERSION = "1.3.3"
def client_socket(data_to_send, print_output=True): def client_socket(data_to_send, print_output=True):
......
...@@ -2,5 +2,5 @@ PrettyTable ...@@ -2,5 +2,5 @@ PrettyTable
netifaces netifaces
ipaddress ipaddress
pyroute2 pyroute2
py-mld==1.0 py-mld==1.0.2
igmp==1.0.2 igmp==1.0.2
\ No newline at end of file
...@@ -13,7 +13,7 @@ setup( ...@@ -13,7 +13,7 @@ setup(
long_description=open("README.md", "r").read(), long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
keywords="PIM-DM Multicast Routing Protocol PIM Dense-Mode Router RFC3973 IPv4 IPv6", keywords="PIM-DM Multicast Routing Protocol PIM Dense-Mode Router RFC3973 IPv4 IPv6",
version="1.3.2", version="1.3.3",
url="http://github.com/pedrofran12/pim_dm", url="http://github.com/pedrofran12/pim_dm",
author="Pedro Oliveira", author="Pedro Oliveira",
author_email="pedro.francisco.oliveira@tecnico.ulisboa.pt", author_email="pedro.francisco.oliveira@tecnico.ulisboa.pt",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment