Skip to content

Commit

Permalink
Up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidianforensics committed Jun 14, 2021
1 parent bf3a2a5 commit ef115b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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='20210522',
version='20210615',
description='Unfurl takes a URL and expands ("unfurls") it into a directed graph',
url='https://github.com/obsidianforensics/unfurl',
author='Ryan Benson',
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__ = "2021.05.22"
__version__ = "2021.06.15"
__email__ = "[email protected]"

import logging
Expand Down

0 comments on commit ef115b2

Please sign in to comment.