From 7fe017d18e83229f7769585f04814060e4e9bba8 Mon Sep 17 00:00:00 2001 From: David Marx Date: Sat, 12 May 2018 21:15:54 -0700 Subject: [PATCH] Version increment --- psaw/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psaw/__init__.py b/psaw/__init__.py index d58525b..36508c8 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.1' +__version__ = '0.0.2'