Loading .bumpversion.cfg +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 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.2" __version__ = "0.1.3" import argparse import logging Loading pyproject.toml +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" Loading Loading
.bumpversion.cfg +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 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.2" __version__ = "0.1.3" import argparse import logging Loading
pyproject.toml +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" Loading