Skip to content

Commit

Permalink
Version 0.2 change after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Nov 17, 2018
1 parent 6168ab4 commit 6d7dc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion servercheck/consts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

PROGNAME = "servercheck"
VERSION = "v0.1"
VERSION = "v0.2"
FULLNAME = "{} {}".format(PROGNAME, VERSION)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = ''.join(f.readlines())
setup(
name='servercheck',
version='0.1',
version='0.2',
keywords='server management healthcheck administration slack',
description='Simple Python app to check health of (linux) server and its services',
long_description=long_description,
Expand Down

0 comments on commit 6d7dc75

Please sign in to comment.