Skip to content

Commit b8d1070

Browse files
committed
Properly update version
1 parent b6418ef commit b8d1070

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

ioc_finder/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,4 @@
7070
"parse_user_agents",
7171
"parse_xmpp_addresses",
7272
"prepare_text",
73-
]
74-
75-
__author__ = """Floyd Hightower"""
76-
__version__ = "7.3.0"
73+
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ioc_finder"
7-
version = "7.3.0"
7+
version = "8.0.1"
88
description = "Python package for finding and parsing indicators of compromise from text."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)