Skip to content

Commit

Permalink
fixed version in setup.py (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgia-fusco8 committed Mar 1, 2024
1 parent 56abb6c commit 091bcf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 2.2.x
### 2.2.5
#### Bugfix
* Fixed version in *setup.py*
### 2.2.4
#### Bugfix
* Removed warning logging in *\_substitute_variables*
Expand Down
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.3",
version="2.2.5",
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 091bcf0

Please sign in to comment.