Commit 21ff987e authored by nimrod's avatar nimrod
Browse files

Bump version: 0.1.2 → 0.1.3

parent 9c1c7221
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True

+1 −1
Original line number Diff line number Diff line
"""My Nagios plugin wrapper."""
# pylint: disable=logging-fstring-interpolation
__version__ = "0.1.2"
__version__ = "0.1.3"

import argparse
import logging
+1 −1
Original line number Diff line number Diff line
[tool.poetry]
name = "mnpw"
version = "0.1.2"
version = "0.1.3"
description = "My Nagios plugin wrapper"
authors = ["Adar Nimrod <nimrod@shore.co.il>"]
license = "MIT"