From 241d2d23c88aceed1546f286eea50d3275bd6945 Mon Sep 17 00:00:00 2001 From: jarhill0 Date: Thu, 4 Jan 2018 15:48:45 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hnpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnpy/__init__.py b/hnpy/__init__.py index 5d38626..a0b9b79 100644 --- a/hnpy/__init__.py +++ b/hnpy/__init__.py @@ -2,4 +2,4 @@ from .api import HackerNews -__version__ = '0.0.1a0' +__version__ = 'v0.1.0'