Skip to content

Commit

Permalink
bumped version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mystogan99 committed Dec 14, 2021
1 parent e3af932 commit dd438af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setuptools.setup(
name='wifi_wrapper',
packages=['wifi_wrapper'],
version='0.1.0',
version='0.1.1',
license='MIT',
description='A python wrapper over nmcli tool for linux devices.',
long_description=long_description,
Expand All @@ -26,5 +26,5 @@
'Programming Language :: Python :: 3.9',
],

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",
)

0 comments on commit dd438af

Please sign in to comment.