Skip to content

Commit a7f0ba4

Browse files
authored
Merge pull request #860 from netenglabs/0.20.1
Updates to 0.20.1
2 parents a3b5bca + 11f06c2 commit a7f0ba4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ prettytable==3.3.0 ; python_full_version > "3.8.1" and python_version < "3.10"
8686
prometheus-client==0.14.1 ; python_full_version > "3.8.1" and python_version < "3.10"
8787
prompt-toolkit==3.0.29 ; python_full_version > "3.8.1" and python_version < "3.10"
8888
protobuf==3.20.3 ; python_full_version > "3.8.1" and python_version < "3.10"
89+
psutil==5.9.4 ; python_full_version > "3.8.1" and python_version < "3.10"
8990
ptyprocess==0.7.0 ; python_full_version > "3.8.1" and python_version < "3.10" and os_name != "nt" or python_full_version > "3.8.1" and python_version < "3.10" and sys_platform != "win32"
9091
py==1.11.0 ; python_full_version > "3.8.1" and python_version < "3.10" and implementation_name == "pypy"
9192
pyarrow==10.0.1 ; python_full_version > "3.8.1" and python_version < "3.10"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "suzieq"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
description = "A framework and application for network observability"
55
readme = 'README.md'
66
repository = 'https://github.com/netenglabs/suzieq'

suzieq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""Store the Suzieq version string."""
33

44

5-
SUZIEQ_VERSION = "0.20.0"
5+
SUZIEQ_VERSION = "0.20.1"
66

77
if __name__ == '__main__':
88
print(SUZIEQ_VERSION)

0 commit comments

Comments
 (0)