Skip to content

Commit 007ea0c

Browse files
committed
Bump up the versions to 0.22.0
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent 66a46d3 commit 007ea0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.21.0"
3+
version = "0.22.0"
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.21.0"
5+
SUZIEQ_VERSION = "0.22.0"
66

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

0 commit comments

Comments
 (0)