Skip to content

Commit

Permalink
TECH Bump version up to 1.2.48
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Smirnov committed Apr 5, 2024
1 parent 35372fb commit de51345
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 @@ -48,7 +48,7 @@
from urllib import urlencode
from urllib2 import urlopen, Request, HTTPError

__version__ = '1.2.47'
__version__ = '1.2.48'
__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.47',
version='1.2.48',
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.47"
#define MyAppVersion "1.2.48"
#define MyAppPublisher "360 Monitoring"
#define MyAppURL "https://360monitoring.io/"

Expand Down

0 comments on commit de51345

Please sign in to comment.