From 38850466c612bfaaef58447c717e8598ca100dae Mon Sep 17 00:00:00 2001 From: Mayfly277 Date: Thu, 26 Sep 2024 14:20:00 +0200 Subject: [PATCH] update version --- arsenal/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arsenal/__init__.py b/arsenal/__init__.py index 6e420c1..67b5567 100644 --- a/arsenal/__init__.py +++ b/arsenal/__init__.py @@ -6,4 +6,4 @@ __author_email__ = 'no-reply@orange.com' __license__ = 'GPL-3.0' __url__ = 'https://github.com/Orange-Cyberdefense/arsenal' -__version__ = '1.2.1' +__version__ = '1.2.2' diff --git a/setup.py b/setup.py index ae85755..a38f3c7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='arsenal-cli', - version='1.2.1', + version='1.2.2', packages=find_packages(), install_requires=REQUIREMENTS, include_package_data=True,