From 0ddf081d2f7a60a1f6709cfc75529c12f56b031e Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 20 Nov 2024 16:04:34 -0800 Subject: [PATCH] Remove embedded `bbpb` code and use imported version instead --- pyproject.toml | 2 +- unfurl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ce7182..0ebca3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "dfir-unfurl" authors = [{name = "Ryan Benson", email = "ryan@dfir.blog"}] readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.11" license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: Apache Software License", diff --git a/unfurl/__init__.py b/unfurl/__init__.py index 3b9cab2..4c0e18e 100644 --- a/unfurl/__init__.py +++ b/unfurl/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. __author__ = "Ryan Benson" -__version__ = "20240627" +__version__ = "20241120" __email__ = "ryan@dfir.blog" import logging