Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Aug 5, 2024
1 parent 26a5728 commit f10fe8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "instawebhooks"
version = "0.1.0"
version = "0.1.1"
description = "Discord webhooks for new Instagram posts from any profile"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/instawebhooks/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def closure_check_regex(arg_value):
help="don't show the post embed and only send message content",
action="store_true",
)
parser.add_argument("--version", action="version", version="%(prog)s 0.1.0")
parser.add_argument("--version", action="version", version="%(prog)s 0.1.1")
args = parser.parse_args()

# Set the logger to debug if verbose is enabled
Expand Down

0 comments on commit f10fe8e

Please sign in to comment.