Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
agn-7 committed Jan 31, 2022
1 parent 1faac07 commit 13164e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
'docker',
'docker-compose'
],
download_url='https://github.com/agn-7/snmp-manager/archive/1.1.2.zip',
download_url='https://github.com/agn-7/snmp-manager/archive/1.1.4.zip',
install_requires=[
'pyserial==3.5',
'easydict==1.9',
'pysnmp==4.4.12',
'async-timeout==3.0.1'
'pyserial>=3',
'easydict>=1',
'pysnmp>=4',
'async-timeout>=3'
],
classifiers=[
'Programming Language :: Python :: 3.6',
Expand Down
2 changes: 1 addition & 1 deletion snmp_collector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .event_loop import *

__version__ = '1.1.2'
__version__ = '1.1.4'
__author__ = 'aGn'
__copyright__ = "Copyright 2018, Planet Earth"

0 comments on commit 13164e0

Please sign in to comment.