chore: bump to 0.16.0

This commit is contained in:
Paul Pfeister
2025-09-15 22:03:23 -04:00
parent 8882310450
commit a178b0ad95
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# 1. Update the version tag in the Dockerfile to match the version in sherlock/__init__.py
# 2. Update the VCS_REF tag to match the tagged version's FULL commit hash
# 3. Build image with BOTH latest and version tags
# i.e. `docker build -t sherlock/sherlock:0.15.0 -t sherlock/sherlock:latest .`
# i.e. `docker build -t sherlock/sherlock:0.16.0 -t sherlock/sherlock:latest .`
FROM python:3.12-slim-bullseye as build
WORKDIR /sherlock
+1 -1
View File
@@ -10,6 +10,6 @@ import_error_test_var = None
__shortname__ = "Sherlock"
__longname__ = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.15.0"
__version__ = "0.16.0"
forge_api_latest_release = "https://api.github.com/repos/sherlock-project/sherlock/releases/latest"