Skip to content

Commit

Permalink
release: grplot-0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiffaryr committed May 15, 2022
1 parent b5a7505 commit 43ea08f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Documentation

Documentation at [grplot repository](https://github.com/ghiffaryr/grplot) includes a [Full_Documentation.ipynb](https://github.com/ghiffaryr/grplot/blob/main/doc/Full_Documentation.ipynb) and other useful information.

The Full_Documentation.ipynb can be read online using [Google Colaboratory](https://drive.google.com/file/d/1jkOoWooJgrr9xgEF6KWyNi56_Naqum_g/view?usp=sharing).
The Full_Documentation.ipynb can be read online using [Google Colaboratory](https://colab.research.google.com/drive/1jkOoWooJgrr9xgEF6KWyNi56_Naqum_g).


Dependencies
Expand Down
24 changes: 12 additions & 12 deletions doc/Full_Documentation.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion grplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def grplot(plot, # default general value
by ghiffary rifqialdi
based on numpy, scipy, matplotlib, seaborn, squarify, and pandas
version = '0.7.3'
version = '0.8'
release date
15/05/2022
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

DISTNAME = "grplot"
VERSION = "0.7.3"
VERSION = "0.8"
MAINTAINER = "Ghiffary Rifqialdi"
MAINTAINER_EMAIL = "[email protected]"
DESCRIPTION = "grplot: lazy statistical data visualization"
Expand Down

0 comments on commit 43ea08f

Please sign in to comment.