Skip to content

Commit

Permalink
Migrate from pysnmp to pysnmplib (#68)
Browse files Browse the repository at this point in the history
* Migrate from pysnmp to pysnmplib

* Bump version

* Fix requirements.txt
  • Loading branch information
bieniu authored Apr 11, 2022
1 parent 730c4e3 commit 0d2da9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pysnmp==4.4.12
pysnmplib==5.0.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="brother",
version="1.1.0",
version="1.2.0",
author="Maciej Bieniek",
description="Python wrapper for getting data from Brother laser and inkjet \
printers via SNMP.",
Expand Down

0 comments on commit 0d2da9a

Please sign in to comment.