From eb5bd1380e04ad8e05d7f5a40ff775425f347ed0 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 7 Nov 2022 15:24:54 -0800 Subject: [PATCH] Up version number for 2022.11 release --- setup.py | 2 +- unfurl/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 291fe89..d043efb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ packages=find_packages(), include_package_data=True, scripts=['unfurl_app.py', 'unfurl_cli.py'], - version='20221000', + version='20221100', description='Unfurl takes a URL and expands ("unfurls") it into a directed graph', url='https://github.com/obsidianforensics/unfurl', author='Ryan Benson', diff --git a/unfurl/__init__.py b/unfurl/__init__.py index a9d5b7b..2c63b51 100644 --- a/unfurl/__init__.py +++ b/unfurl/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # limitations under the License. __author__ = "Ryan Benson" -__version__ = "2022.10" +__version__ = "2022.11" __email__ = "ryan@dfir.blog" import logging