Skip to content
Snippets Groups Projects
Commit 193da384 authored by nimrod's avatar nimrod
Browse files

Bump version: 0.1.4 → 0.1.5

parent b3275109
No related branches found
No related tags found
No related merge requests found
Pipeline #2066 passed
[bumpversion] [bumpversion]
current_version = 0.1.4 current_version = 0.1.5
commit = True commit = True
tag = True tag = True
......
"""My Nagios plugin wrapper.""" """My Nagios plugin wrapper."""
# pylint: disable=logging-fstring-interpolation # pylint: disable=logging-fstring-interpolation
__version__ = "0.1.4" __version__ = "0.1.5"
import argparse import argparse
import logging import logging
......
[tool.poetry] [tool.poetry]
name = "mnpw" name = "mnpw"
version = "0.1.4" version = "0.1.5"
description = "My Nagios plugin wrapper" description = "My Nagios plugin wrapper"
authors = ["Adar Nimrod <nimrod@shore.co.il>"] authors = ["Adar Nimrod <nimrod@shore.co.il>"]
license = "MIT" license = "MIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment