Skip to content

Commit 034468f

Browse files
committed
version bump 1.0.6 --> 1.0.7
1 parent bffdb39 commit 034468f

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.0.6',
8+
version='1.0.7',
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
@@ -11,7 +11,7 @@
1111
import os
1212
import qrcode
1313

14-
__version__ = "1.0.6"
14+
__version__ = "1.0.7"
1515

1616
def run_command(command):
1717
output, _ = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, shell=True).communicate()

0 commit comments

Comments
 (0)