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