Skip to content

Commit

Permalink
V1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3on committed Apr 4, 2023
1 parent b3248d6 commit aed8a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setuptools.setup(
name='sleuren',
version='1.0.3',
version='1.0.4',
description='Server monitoring agent',
long_description_content_type='text/markdown',
long_description=readme,
Expand Down
2 changes: 1 addition & 1 deletion sleuren/sleuren.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from urllib import urlencode
from urllib2 import urlopen, Request, HTTPError

__version__ = '1.0.3'
__version__ = '1.0.4'
__FILEABSDIRNAME__ = os.path.dirname(os.path.abspath(__file__))

ini_files = (
Expand Down

0 comments on commit aed8a88

Please sign in to comment.