Skip to content

Commit

Permalink
Merge pull request #170 from obsidianforensics/2022-11-r1
Browse files Browse the repository at this point in the history
Up version number for 2022.11 release
  • Loading branch information
obsidianforensics committed Nov 7, 2022
2 parents 74eae50 + eb5bd13 commit f8a3f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions unfurl/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -13,7 +13,7 @@
# limitations under the License.

__author__ = "Ryan Benson"
__version__ = "2022.10"
__version__ = "2022.11"
__email__ = "ryan@dfir.blog"

import logging
Expand Down

0 comments on commit f8a3f96

Please sign in to comment.