We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66a46d3 + 007ea0c commit c214fbbCopy full SHA for c214fbb
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "suzieq"
3
-version = "0.21.0"
+version = "0.22.0"
4
description = "A framework and application for network observability"
5
readme = 'README.md'
6
repository = 'https://github.com/netenglabs/suzieq'
suzieq/version.py
@@ -2,7 +2,7 @@
"""Store the Suzieq version string."""
-SUZIEQ_VERSION = "0.21.0"
+SUZIEQ_VERSION = "0.22.0"
7
if __name__ == '__main__':
8
print(SUZIEQ_VERSION)
0 commit comments