Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJiezou committed Apr 28, 2022
1 parent 0736168 commit 94e2540
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# NetSM

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/XavierJiezou/NetSM/Release)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/netsm)
![PyPI - Downloads](https://img.shields.io/pypi/dm/netsm)
![PyPI](https://img.shields.io/pypi/v/netsm)
[![GitHub stars](https://img.shields.io/github/stars/XavierJiezou/NetSM)](https://github.com/XavierJiezou/NetSM/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/XavierJiezou/NetSM)](https://github.com/XavierJiezou/NetSM/network)
[![GitHub issues](https://img.shields.io/github/issues/XavierJiezou/NetSM)](https://github.com/XavierJiezou/NetSM/issues)
[![GitHub license](https://img.shields.io/github/license/XavierJiezou/NetSM)](https://github.com/XavierJiezou/NetSM/blob/main/LICENSE)

Cross-platform lib for network speed monitoring in Python.

## Install
Expand Down
2 changes: 1 addition & 1 deletion netsm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "NetSM"
version = "0.1.2"
version = "0.1.3"
description = "Cross-platform lib for network speed monitoring in Python"
license = "MIT"
authors = ["XavierJiezou <[email protected]>"]
Expand Down

0 comments on commit 94e2540

Please sign in to comment.