Skip to content

Commit

Permalink
bump version info
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Mar 17, 2024
1 parent d1f6ca1 commit d36e326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
]
Expand Down
2 changes: 1 addition & 1 deletion theHarvester/lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '4.5.1'
VERSION = '4.6.0'


def version() -> str:
Expand Down

0 comments on commit d36e326

Please sign in to comment.