Loading .bumpversion.cfg +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 Loading mnpw/__init__.py +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 Loading pyproject.toml +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" Loading Loading
.bumpversion.cfg +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 Loading
mnpw/__init__.py +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 Loading
pyproject.toml +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" Loading