File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
from urllib import urlencode
53
53
from urllib2 import urlopen , Request , HTTPError
54
54
55
- __version__ = '1.3.1 '
55
+ __version__ = '1.3.2 '
56
56
__FILEABSDIRNAME__ = os .path .dirname (os .path .abspath (__file__ ))
57
57
58
58
ini_files = (
Original file line number Diff line number Diff line change 21
21
22
22
setuptools .setup (
23
23
name = 'agent360' ,
24
- version = '1.3.1 ' ,
24
+ version = '1.3.2 ' ,
25
25
description = '360 agent' ,
26
26
long_description_content_type = 'text/markdown' ,
27
27
long_description = readme ,
Original file line number Diff line number Diff line change 1
1
#define MyAppName " Agent360"
2
- #define MyAppVersion " 1.3.1 "
2
+ #define MyAppVersion " 1.3.2 "
3
3
#define MyAppPublisher " 360 Monitoring"
4
4
#define MyAppURL " https://360monitoring.io/"
5
5
You can’t perform that action at this time.
0 commit comments