Skip to content

Commit

Permalink
v0.0.2 bumpup
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhG07 committed Aug 5, 2024
1 parent 0d641c0 commit 8cc52d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

<p align="center">
<a><img src="https://img.shields.io/badge/MacOS-red"></a>
Expand Down
2 changes: 1 addition & 1 deletion ntfyme/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8cc52d9

Please sign in to comment.