Skip to content

Commit dd438af

Browse files
committed
bumped version to 0.1.1
1 parent e3af932 commit dd438af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setuptools.setup(
88
name='wifi_wrapper',
99
packages=['wifi_wrapper'],
10-
version='0.1.0',
10+
version='0.1.1',
1111
license='MIT',
1212
description='A python wrapper over nmcli tool for linux devices.',
1313
long_description=long_description,
@@ -26,5 +26,5 @@
2626
'Programming Language :: Python :: 3.9',
2727
],
2828

29-
download_url="https://github.com/hrithik098/wifi_wrapper/archive/refs/tags/0.1.0.tar.gz",
29+
download_url="https://github.com/hrithik098/wifi_wrapper/archive/refs/tags/0.1.1.tar.gz",
3030
)

0 commit comments

Comments
 (0)