Skip to content

Commit

Permalink
Bump up the versions for 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ddutt committed Oct 18, 2021
1 parent 3043ed3 commit 699760b
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.15.3"
version = "0.15.4"
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
@@ -1,7 +1,7 @@
#!/usr/bin/env python


SUZIEQ_VERSION = "0.15.3"
SUZIEQ_VERSION = "0.15.4"

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

0 comments on commit 699760b

Please sign in to comment.