We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9b033 commit b593114Copy full SHA for b593114
cloudgrep/__main__.py
@@ -3,7 +3,7 @@
3
import logging
4
import sys
5
6
-VERSION = "1.0.2"
+VERSION = "1.0.3"
7
8
9
def main() -> None:
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
2
name = cloudgrep
description = cloudgrep: searches cloud storage.
-version = 1.0.2
+version = 1.0.3
long_description = file: README.md
long_description_content_type = text/x-rst
author = Cado Security and Contributors
0 commit comments