diff --git a/README.md b/README.md index 2258d02..7634925 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ntfyme 📣 ![Static Badge](https://img.shields.io/badge/version-0.0.1-blue) +# ntfyme 📣 ![Static Badge](https://img.shields.io/badge/version-0.0.2-blue)

diff --git a/ntfyme/main.py b/ntfyme/main.py index 1fb6fb4..0b9b726 100644 --- a/ntfyme/main.py +++ b/ntfyme/main.py @@ -14,7 +14,7 @@ @click.group(context_settings={"help_option_names": ["-h", "--help"]}) -@click.version_option("ntfyme v0.0.1", "--version", "-v") +@click.version_option("ntfyme v0.0.2", "--version", "-v") def main(): """ ntfyme is a simple notification tool to notify yourself when a long running process ends with local ping, gmail, telegram, etc.\n diff --git a/setup.py b/setup.py index b093476..0d3b1bb 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name="ntfyme", - version="0.0.1", + version="0.0.2", description="Simple notification tool to notify yourself when a long running process ends with local ping, gmail, telegram, etc.", long_description=description, long_description_content_type="text/markdown",