Skip to content

Commit

Permalink
Merge pull request #920 from netenglabs/0.22-vers
Browse files Browse the repository at this point in the history
Bump up the versions to 0.22.0
  • Loading branch information
ddutt authored Jan 10, 2024
2 parents 66a46d3 + 007ea0c commit c214fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "suzieq"
version = "0.21.0"
version = "0.22.0"
description = "A framework and application for network observability"
readme = 'README.md'
repository = 'https://github.com/netenglabs/suzieq'
Expand Down
2 changes: 1 addition & 1 deletion suzieq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Store the Suzieq version string."""


SUZIEQ_VERSION = "0.21.0"
SUZIEQ_VERSION = "0.22.0"

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

0 comments on commit c214fbb

Please sign in to comment.