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 94e2540 commit c1dec25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netsm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.3'
__version__ = '0.1.4'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand All @@ -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"
Expand Down

0 comments on commit c1dec25

Please sign in to comment.