Skip to content

Commit

Permalink
include python 3.9 as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofran12 committed Aug 30, 2021
1 parent 3b680fb commit fe94929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hpimdm/Run.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from hpimdm.daemon.Daemon import Daemon
from hpimdm import Main

VERSION = "1.5"
VERSION = "1.5.1"


def client_socket(data_to_send, print_output=True):
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
keywords="HPIM-DM Multicast Routing Protocol HPIM Dense-Mode Router IPv4 IPv6",
version="1.5",
version="1.5.1",
url="http://github.com/pedrofran12/hpim_dm",
author="Pedro Oliveira",
author_email="pedro.francisco.oliveira@tecnico.ulisboa.pt",
Expand Down Expand Up @@ -44,6 +44,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.3",
)

0 comments on commit fe94929

Please sign in to comment.