Skip to content

Commit 22076cf

Browse files
author
chrisdoman
authored
Merge pull request #14 from cado-security/cdoman/bump-v102
Bump v102
2 parents 559eaf6 + a369a05 commit 22076cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudgrep/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44
import sys
55

6-
VERSION = "1.0.1"
6+
VERSION = "1.0.2"
77

88

99
def main() -> None:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = cloudgrep
33
description = cloudgrep: searches cloud storage.
4-
version = 1.0.1
4+
version = 1.0.2
55
long_description = file: README.md
66
long_description_content_type = text/x-rst
77
author = Cado Security and Contributors

0 commit comments

Comments
 (0)