Skip to content

Commit 0d5f5fe

Browse files
committed
release: bump version
1 parent 20b2516 commit 0d5f5fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ready/ready.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from importlib import resources
88
from . import checks as checks_module
99

10-
VERSION = "1.5.0"
10+
VERSION = "1.6.1"
1111

1212
from ready.checks.bad_response import (
1313
check_bad_response_cloudflare,

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ready-check
3-
version = 1.5.0
3+
version = 1.6.1
44
author = Brenton Cleeland
55
author_email = brenton@brntn.me
66
description = A developer-friendly web scanning tool

0 commit comments

Comments
 (0)