We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3af932 commit dd438afCopy full SHA for dd438af
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
setuptools.setup(
8
name='wifi_wrapper',
9
packages=['wifi_wrapper'],
10
- version='0.1.0',
+ version='0.1.1',
11
license='MIT',
12
description='A python wrapper over nmcli tool for linux devices.',
13
long_description=long_description,
@@ -26,5 +26,5 @@
26
'Programming Language :: Python :: 3.9',
27
],
28
29
- download_url="https://github.com/hrithik098/wifi_wrapper/archive/refs/tags/0.1.0.tar.gz",
+ download_url="https://github.com/hrithik098/wifi_wrapper/archive/refs/tags/0.1.1.tar.gz",
30
)
0 commit comments