Skip to content

Commit

Permalink
0.7.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-h authored Jan 7, 2022
1 parent 568ffe1 commit 369c58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aiosnmp"
version = "0.6.0"
version = "0.7.0"
authors = ["Konstantin Valetov <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion aiosnmp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ("Snmp", "SnmpV2TrapMessage", "SnmpV2TrapServer", "exceptions", "SnmpVarbind")
__version__ = "0.6.0"
__version__ = "0.7.0"
__author__ = "Valetov Konstantin"

from .message import SnmpV2TrapMessage, SnmpVarbind
Expand Down

0 comments on commit 369c58e

Please sign in to comment.