bump version

This commit is contained in:
Zied Aouini 2026-02-16 00:47:15 +01:00 committed by GitHub
parent 89f4029221
commit 66350ec0bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,8 @@
name: build_wheel_publish
on:
push:
branches:
- master
release:
types: [created]
jobs:
build_linux_x86:

View file

@ -21,4 +21,4 @@ from .plugin import NFPlugin
# streamer module is the core module of nfstream package.
__author__ = """Zied Aouini"""
__email__ = "aouinizied@gmail.com"
__version__ = "6.6.0"
__version__ = "6.6.1"

View file

@ -1770,7 +1770,7 @@ void meter_free_flow(struct nf_flow *flow, uint8_t n_dissections, uint16_t splt,
* engine_version: return engine library version.
*/
const char *engine_lib_version(void) {
return "6.6.0";
return "6.6.1";
}
/**

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "nfstream"
version = "6.6.0"
version = "6.6.1"
description = "A Flexible Network Data Analysis Framework"
readme = "README.md"
requires-python = ">=3.9"

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.6.0
current_version = 6.6.1
commit = True
tag = True