From 57260969c022c13263751904bfde5673907d3bd4 Mon Sep 17 00:00:00 2001 From: Reza Hosseini Date: Wed, 12 May 2021 18:58:48 -0700 Subject: [PATCH] fixed pypi image link fixed pypi image link --- HISTORY.rst | 2 +- README_PYPI.rst | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3810855..5e00fc4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.1.0 (2021-05-12) +0.1.1 (2021-05-12) ------------------ * First release on PyPI. \ No newline at end of file diff --git a/README_PYPI.rst b/README_PYPI.rst index a087792..1c93cc6 100644 --- a/README_PYPI.rst +++ b/README_PYPI.rst @@ -1,6 +1,6 @@ Greykite: A flexible, intuitive and fast forecasting library -.. image:: https://github.com/linkedin/greykite/blob/master/LOGO-C8.png +.. image:: https://raw.githubusercontent.com/linkedin/greykite/master/LOGO-C8.png :height: 300px :width: 450px :scale: 80% diff --git a/setup.cfg b/setup.cfg index 09aba94..9460264 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index 7b08885..868c830 100644 --- a/setup.py +++ b/setup.py @@ -84,6 +84,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/linkedin/greykite", - version="0.1.0", + version="0.1.1", zip_safe=False, )