Skip to content

Commit

Permalink
spiderfoot: Add __version__.py (smicallef#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles committed Jun 12, 2021
1 parent 90947fc commit 3110eac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spiderfoot/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
VERSION = (3, 3, 0)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 3110eac

Please sign in to comment.