From 22371b5874c3e0ff628278abae092c4b5c2e4b1b Mon Sep 17 00:00:00 2001 From: Antonizoon Date: Sun, 7 Apr 2019 23:41:04 -0400 Subject: [PATCH] increment version to v0.0.4 catalog support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee28bb0..7317be0 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='py8chan', - version='0.0.3', + version='0.0.4', description=("Python 8chan/vichan API Wrapper. Based on BASC-py4chan by the Bbiliotheca Anonoma"), long_description=open('README.rst').read(), license=open('LICENSE').read(),