From c1dec25e80fe123185b2ec09ed3be7d5e158d5af Mon Sep 17 00:00:00 2001 From: XavierJiezou <878972272@qq.com> Date: Thu, 28 Apr 2022 20:51:00 +0800 Subject: [PATCH] --- netsm/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netsm/__init__.py b/netsm/__init__.py index 8ce9b36..7525d19 100644 --- a/netsm/__init__.py +++ b/netsm/__init__.py @@ -1 +1 @@ -__version__ = '0.1.3' +__version__ = '0.1.4' diff --git a/pyproject.toml b/pyproject.toml index 6e8a437..661674d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "NetSM" -version = "0.1.3" +version = "0.1.4" description = "Cross-platform lib for network speed monitoring in Python" license = "MIT" authors = ["XavierJiezou <878972272@qq.com>"] @@ -19,7 +19,7 @@ exclude = [] generate-setup-file = false [tool.poetry.dependencies] -python = "^3.9" +python = "^3.7" fire = "^0.4.0" psutil = "^5.9.0" rich = "^12.3.0"