Skip to content

Commit 93196db

Browse files
author
Teddy Reed
committed
Change version to 0.1.1 to reflect module versioning
1 parent 48d2c60 commit 93196db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

osquery/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
__title__ = "osquery"
7-
__version__ = "1.5.3"
7+
__version__ = "0.1.1"
88
__author__ = "osquery developers"
99
__license__ = "BSD"
1010
__copyright__ = "Copyright 2015 Facebook"

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
[metadata]
2+
description-file = README.rst
3+
14
[bdist_wheel]
25
universal=1

0 commit comments

Comments
 (0)