Skip to content

Commit

Permalink
Fixing package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Foschini committed Mar 19, 2024
1 parent 52de884 commit 2697285
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.3.0",
version="2.3.3",
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 2697285

Please sign in to comment.