Skip to content

Commit

Permalink
Remove embedded bbpb code and use imported version instead
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidianforensics committed Nov 21, 2024
1 parent ea44658 commit 0ddf081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "dfir-unfurl"
authors = [{name = "Ryan Benson", email = "[email protected]"}]
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.11"
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: Apache Software License",
Expand Down
2 changes: 1 addition & 1 deletion unfurl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

__author__ = "Ryan Benson"
__version__ = "20240627"
__version__ = "20241120"
__email__ = "[email protected]"

import logging
Expand Down

0 comments on commit 0ddf081

Please sign in to comment.