mirror of
https://github.com/nfstream/nfstream.git
synced 2026-04-28 06:59:28 +00:00
bump version
This commit is contained in:
parent
89f4029221
commit
66350ec0bf
5 changed files with 6 additions and 7 deletions
5
.github/workflows/build_wheel_publish.yml
vendored
5
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -1,9 +1,8 @@
|
|||
name: build_wheel_publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
build_linux_x86:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 6.6.0
|
||||
current_version = 6.6.1
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue