From fb9be85683c94f45a7d469ef9f007c626eea9aab Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Mon, 4 Jun 2018 10:31:40 -0700 Subject: [PATCH] bumping release version to 3.0.4 --- osquery/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osquery/__init__.py b/osquery/__init__.py index 2180fb2..165196c 100644 --- a/osquery/__init__.py +++ b/osquery/__init__.py @@ -4,7 +4,7 @@ """ __title__ = "osquery" -__version__ = "3.0.2" +__version__ = "3.0.4" __author__ = "osquery developers" __license__ = "BSD" __copyright__ = "Copyright 2015 Facebook"