We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ff801 commit 9fed417Copy full SHA for 9fed417
figrecipes/__init__.py
@@ -1,3 +1,3 @@
1
from figrecipes.plot import PlotlyFig
2
3
-__version__ = "0.0.4"
+__version__ = "0.0.5"
setup.py
@@ -13,7 +13,7 @@
13
if __name__ == "__main__":
14
setup(
15
name='figrecipes',
16
- version='0.0.4',
+ version='0.0.5',
17
description='figrecipes is a tool for quickly creating interactive plots for data science.',
18
long_description=open(os.path.join(module_dir, 'README.md')).read(),
19
url='https://github.com/hackingmaterials/figrecipes',
0 commit comments