Skip to content

Commit cc0c903

Browse files
committed
version bump 1.1.0 --> 1.1.1
1 parent 8603a53 commit cc0c903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="wifi-password",
8-
version="1.1.0",
8+
version="1.1.1",
99
author="Siddharth Dushantha",
1010
author_email="[email protected]",
1111
description="Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect",

wifi_password/wifi_password.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import qrcode
1818
import colorama
1919

20-
__version__ = "1.1.0"
20+
__version__ = "1.1.1"
2121

2222

2323
def run_command(command: str) -> str:

0 commit comments

Comments
 (0)