Skip to content

Commit 08dbe99

Browse files
committed
Version bump to 0.19.0
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent 333bbee commit 08dbe99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ prompt-toolkit==3.0.29; python_full_version >= "3.6.2"
8787
protobuf==3.20.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
8888
ptyprocess==0.7.0; os_name != "nt" and python_version >= "3.7" and sys_platform != "win32"
8989
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.5.0"
90-
pyarrow==5.0.0; python_version >= "3.6"
90+
pyarrow==8.0.0; python_version >= "3.7"
9191
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
9292
pydantic==1.9.1; python_full_version >= "3.6.1" and python_version >= "3.6"
9393
pydeck==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"

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.18.0"
3+
version = "0.19.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.18.0"
5+
SUZIEQ_VERSION = "0.19.0"
66

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

0 commit comments

Comments
 (0)