Skip to content

Commit 9fed417

Browse files
committed
update release
1 parent 48ff801 commit 9fed417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

figrecipes/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from figrecipes.plot import PlotlyFig
22

3-
__version__ = "0.0.4"
3+
__version__ = "0.0.5"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if __name__ == "__main__":
1414
setup(
1515
name='figrecipes',
16-
version='0.0.4',
16+
version='0.0.5',
1717
description='figrecipes is a tool for quickly creating interactive plots for data science.',
1818
long_description=open(os.path.join(module_dir, 'README.md')).read(),
1919
url='https://github.com/hackingmaterials/figrecipes',

0 commit comments

Comments
 (0)