From 035a9194c84be29f5454edd38ebc18faec321f12 Mon Sep 17 00:00:00 2001 From: Albert Date: Sun, 13 Dec 2020 14:50:19 +0100 Subject: [PATCH] pre-release --- docs/RELEASE_NOTES.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index e5fa22c..0d80bca 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,6 +1,9 @@ Release notes ============= +### v0.3.1 +* bug fix in stockquotes.py + ### v0.3.0 * adding function price_change into analysis sub-module * adding scrapers.py - function get_raw_summary_table and scrap_summary_table diff --git a/setup.py b/setup.py index 7c71168..cad3675 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="marketools", - version="0.3.0", + version="0.3.1", maintainer="Albert Ratajczak", maintainer_email="ratajczakalbert@gmail.com", description="Tools for stock market analysis.",