Skip to content

Commit

Permalink
vesion 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pog87 committed Sep 16, 2020
1 parent 48ebede commit a0bd9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ptitprince/PtitPrince.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from seaborn.categorical import _CategoricalPlotter, _CategoricalScatterPlotter, _categorical_docs

__all__ = [ "half_violinplot", "stripplot", "RainCloud"]
__version__ = '0.2.4'
__version__ = '0.2.5'

class _StripPlotter(_CategoricalScatterPlotter):
"""1-d scatterplot with categorical organization."""
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

setup(name='ptitprince',
version='0.2.4',
version='0.2.5',
description='A Python implementation of Rainclouds, originally on R, ggplot2. Written on top of seaborn.',
url='http://github.com/pog87/PtitPrince',
author='Davide Poggiali',
Expand Down

0 comments on commit a0bd9ee

Please sign in to comment.