From f3d430f53a4e9d51466c5b466fb6794836cf0de9 Mon Sep 17 00:00:00 2001 From: Joe Campbell <10763991+JoeyKangaroo92@users.noreply.github.com> Date: Tue, 23 Mar 2021 18:40:23 +0000 Subject: [PATCH] Fix Version Issue. --- wifipasswords/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifipasswords/__init__.py b/wifipasswords/__init__.py index 4c8db08..b4e04d6 100644 --- a/wifipasswords/__init__.py +++ b/wifipasswords/__init__.py @@ -25,7 +25,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see < https: // www.gnu.org/licenses/>. -__version__ = "0.3.0beta" +__version__ = "0.3.1-beta" __licence__ = "GPLv3" # GNU General Public Licence v3 import platform