Skip to content

Commit

Permalink
update: Version #
Browse files Browse the repository at this point in the history
  • Loading branch information
faintastic committed Sep 14, 2024
1 parent 02fbcd2 commit a337424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydefender/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
Made with 💞 by kova / api
- Made with program protection in mind.
"""
__version__ = "1.0.2"
__version__ = "1.0.3"
from .pydefender import PyDefender
__all__ = ["PyDefender"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="pythondefender",
version="1.0.2",
version="1.0.3",
description="A simple, easy-to-use Python file protector.",
packages=[
"pydefender",
Expand Down

0 comments on commit a337424

Please sign in to comment.