From 563093af168ba35a7ad185bbca245c6f6a3fe6e7 Mon Sep 17 00:00:00 2001 From: Jesse London Date: Thu, 1 Aug 2024 15:56:23 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 4 ++-- src/netml/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2f4f752..d9716d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ commit = True tag = True tag_name = {new_version} -current_version = 0.6.0 +current_version = 0.7.0 [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index ffbd5eb..bc35f1c 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'cli': _CLI_REQUIRES, 'dev': _CLI_REQUIRES + _TESTS_REQUIRE + [ - 'bumpversion==0.6.0', + 'bumpversion==0.7.0', 'twine==5.1.1', 'wheel==0.43.0', ], @@ -47,7 +47,7 @@ setup(name='netml', - version='0.6.0', + version='0.7.0', description='Feature Extraction and Machine Learning from Network Traffic Traces', long_description=README_PATH.read_text(), long_description_content_type="text/markdown", diff --git a/src/netml/__init__.py b/src/netml/__init__.py index ef7eb44..a71c5c7 100644 --- a/src/netml/__init__.py +++ b/src/netml/__init__.py @@ -1 +1 @@ -__version__ = '0.6.0' +__version__ = '0.7.0'