Commit dfeb0588 authored by nimrod's avatar nimrod
Browse files

Bump version: 0.1.5 → 0.1.6

parent 4c067d4c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
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.5"
__version__ = "0.1.6"

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