From ca01f2629c8bc394c938498befa6f330b10b8e42 Mon Sep 17 00:00:00 2001 From: Mostafa Farrag Date: Sun, 18 Sep 2022 20:32:31 +0200 Subject: [PATCH] update pandas version --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 099e9df..7574b54 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ pip install git+https://github.com/MAfarrag/statista ## pip to install the last release you can easly use pip ``` -pip install statista==0.1.3 +pip install statista==0.1.4 ``` Quick start diff --git a/setup.py b/setup.py index 832f5ee..2bf6ae2 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="statista", - version="0.1.3", + version="0.1.4", description="statistics package", author="Mostafa Farrag", author_email="moah.farag@gmail.come",