From 399213fa29bc7211f3f9a3a96b72f0075353dd12 Mon Sep 17 00:00:00 2001 From: Mike Marzigliano Date: Tue, 1 Oct 2019 12:23:10 -0400 Subject: [PATCH] change version info and changelog for v0.0.4 --- changelog | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 7d531d3..274a0ad 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,8 @@ # Geminipy Changelog +# v0.0.4 +Added "fees" function for the fee and notional volume API endpoint + # v0.0.3 Added "pubticker" function for the public ticker API endpoint Added "auction" and "auction_history" functions for auction data diff --git a/setup.py b/setup.py index 6de423b..e0eb96d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='geminipy', - version='0.0.2', + version='0.0.4', packages=['geminipy'], url='https://github.com/geminipy/geminipy', license='GNU GPL',