Skip to content

Commit

Permalink
ready for patch update 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erev0s committed Jan 1, 2024
1 parent d3b6ded commit 9e7f13a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion androguard/__init__.py
@@ -1,4 +1,4 @@
# The current version of Androguard
# Please use only this variable in any scripts,
# to keep the version number the same everywhere.
__version__ = "4.0.1"
__version__ = "4.0.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -2,7 +2,7 @@
name = "androguard"
description = "Androguard is a full python tool to play with Android files."
authors = ["desnos <desnos@t0t0.fr>"]
version = "4.0.1"
version = "4.0.2"
license = "Apache Licence, Version 2.0"
readme = "README.md"
homepage = "https://github.com/androguard/androguard"
Expand All @@ -12,7 +12,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.9"
pygments = ">=2.3.1"
lxml = ">=4.3.0"
colorama = ">=0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -9,4 +9,4 @@ mutf8
dataset
frida
loguru
apkInspector>=1.1.7
apkInspector>=1.2.1
7 changes: 3 additions & 4 deletions setup.py
Expand Up @@ -22,14 +22,13 @@
'console_scripts': [
'androguard = androguard.cli.cli:entry_point'] },
setup_requires=['setuptools'],
python_requires='>=3.6',
python_requires='>=3.9',
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Security',
'Topic :: Software Development',
Expand Down

0 comments on commit 9e7f13a

Please sign in to comment.