Skip to content

Commit

Permalink
TECH Bump version up to 1.2.43
Browse files Browse the repository at this point in the history
  • Loading branch information
ktak-007 committed May 11, 2023
1 parent 6f16254 commit c0a0370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent360/agent360.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from urllib import urlencode
from urllib2 import urlopen, Request, HTTPError

__version__ = '1.2.42'
__version__ = '1.2.43'
__FILEABSDIRNAME__ = os.path.dirname(os.path.abspath(__file__))

ini_files = (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name='agent360',
version='1.2.42',
version='1.2.43',
description='360 agent',
long_description_content_type='text/markdown',
long_description=readme,
Expand Down
2 changes: 1 addition & 1 deletion windows/setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Agent360"
#define MyAppVersion "1.2.42"
#define MyAppVersion "1.2.43"
#define MyAppPublisher "360 Monitoring"
#define MyAppURL "https://360monitoring.io/"

Expand Down

0 comments on commit c0a0370

Please sign in to comment.