Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 24, 2024
1 parent f6f382a commit 1692d4c
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.0.2"
version = "0.1.0"
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/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def closure_check_regex(arg_value):
type=int,
default=3600,
)
parser.add_argument("--version", action="version", version="%(prog)s 0.0.1")
parser.add_argument("--version", action="version", version="%(prog)s 0.1.0")
args = parser.parse_args()

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

0 comments on commit 1692d4c

Please sign in to comment.