Skip to content

Commit

Permalink
Update readme, version
Browse files Browse the repository at this point in the history
update version to 0.1.0 to make it first public release
  • Loading branch information
elkanamol committed Aug 11, 2024
1 parent d40ae69 commit 935e7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 935e7b3

Please sign in to comment.