diff --git a/CHANGES.rst b/CHANGES.rst index 29fe89b..a061531 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Change Log ========== -x.x.x (????/??/??) +0.0.6 (2018/08/06) ------------------ * Fixed `aggs` support. * If an aggs parameter is provided to a search method, it will be returned as the first result. diff --git a/psaw/__init__.py b/psaw/__init__.py index e32ac51..702df98 100644 --- a/psaw/__init__.py +++ b/psaw/__init__.py @@ -6,4 +6,4 @@ https://github.com/dmarx/psaw from .PushshiftAPI import PushshiftAPI, PushshiftAPIMinimal -__version__ = '0.0.5' +__version__ = '0.0.6'