Skip to content

Commit

Permalink
change version to 1.2.0 and pushed to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayfly277 committed Mar 20, 2024
1 parent 36e754f commit cf28352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#Maintainer: Erick Sanchez Vera "T1erno" <erickdeveloper2000@outlook com>

pkgname=arsenal
pkgver=1.1.0
pkgver=1.2.0
pkgrel=1
pkgdesc='Arsenal is just a quick inventory and launcher for hacking programs'
url='https://github.com/Orange-Cyberdefense/arsenal'
Expand Down
2 changes: 1 addition & 1 deletion arsenal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__author_email__ = '[email protected]'
__license__ = 'GPL-3.0'
__url__ = 'https://github.com/Orange-Cyberdefense/arsenal'
__version__ = '1.1.1'
__version__ = '1.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='arsenal-cli',
version='1.1.1',
version='1.2.0',
packages=find_packages(),
install_requires=REQUIREMENTS,
include_package_data=True,
Expand Down

0 comments on commit cf28352

Please sign in to comment.