Skip to content

Commit

Permalink
Merge pull request #25 from certego/update_version
Browse files Browse the repository at this point in the history
update version in setup.py
  • Loading branch information
ManofWax committed Mar 8, 2024
2 parents 8bf56f1 + 4fa50e1 commit f70c81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="routingfilter",
version="2.2.7",
version="2.2.8",
packages=find_packages(include=["routingfilter", "routingfilter.*"]),
include_package_data=True,
install_requires=["IPy~=1.1", "macaddress~=2.0.2"],
Expand Down

0 comments on commit f70c81a

Please sign in to comment.