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

Bump version: 0.1.0 → 0.1.1

parent bb192126
Branches
No related tags found
No related merge requests found
Pipeline #1985 passed
[bumpversion] [bumpversion]
current_version = 0.1.0-dev current_version = 0.1.1
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.0-dev" __version__ = "0.1.1"
import argparse import argparse
import logging import logging
......
[tool.poetry] [tool.poetry]
name = "mnpw" name = "mnpw"
version = "0.1.0-dev" version = "0.1.1"
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