diff --git a/README.md b/README.md index 6d5f629..e6eae3e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Overview -em-mc_status_script is a Python-based CLI tool designed to retrieve and analyze the status of Sierra Wireless EM9xxx,EM7xxx and WP76 modules. This script provides a quick and efficient way to gather essential information from these modules using AT commands. +em-mc_status_script is a Python-based CLI tool designed to retrieve and analyze the status of Sierra Wireless EM9xxx,EM7xxx and WP76xx modules. This script provides a quick and efficient way to gather essential information from these modules using AT commands. ## Features diff --git a/setup.py b/setup.py index ab75cef..c28dead 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages import os -version = "0.0.3" +version = "0.1.0" # User-friendly description from README.md current_directory = os.path.dirname(os.path.abspath(__file__)) try: