Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-h committed May 22, 2021
1 parent 1d03437 commit ef5fbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.0"
__version__ = "0.5.0"
__author__ = "Valetov Konstantin"

from .message import SnmpV2TrapMessage, SnmpVarbind
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Valetov Konstantin'

# The full version, including alpha/beta/rc tags
release = '0.4.1'
release = '0.5.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit ef5fbe9

Please sign in to comment.