Skip to content
Snippets Groups Projects
Commit 21ff987e authored by nimrod's avatar nimrod
Browse files

Bump version: 0.1.2 → 0.1.3

parent 9c1c7221
Branches
No related tags found
No related merge requests found
Pipeline #2040 passed
[bumpversion] [bumpversion]
current_version = 0.1.2 current_version = 0.1.3
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.2" __version__ = "0.1.3"
import argparse import argparse
import logging import logging
......
[tool.poetry] [tool.poetry]
name = "mnpw" name = "mnpw"
version = "0.1.2" version = "0.1.3"
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