Skip to content

Commit

Permalink
Update to version v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Apr 22, 2024
1 parent d8b3e0e commit 6a0afdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nvd3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Project location : https://github.com/areski/python-nvd3
"""

__version__ = '0.14.2'
__version__ = '0.14.0'
__all__ = ['lineChart', 'pieChart', 'lineWithFocusChart',
'stackedAreaChart', 'multiBarHorizontalChart',
'linePlusBarChart', 'cumulativeLineChart',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='python-nvd3',
version='0.14.2',
version='0.14.0',
description="Python NVD3 - Chart Library for d3.js",
long_description=readme + '\n\n' + history,
keywords='plot, graph, nvd3, d3',
Expand Down

0 comments on commit 6a0afdc

Please sign in to comment.