We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861c2c4 commit 6f76c04Copy full SHA for 6f76c04
figrecipes/__init__.py
@@ -1,3 +1,3 @@
1
from figrecipes.plot import PlotlyFig
2
3
-__version__ = "0.0.5"
+__version__ = "0.0.6"
setup.py
@@ -13,7 +13,7 @@
13
if __name__ == "__main__":
14
setup(
15
name='figrecipes',
16
- version='0.0.5',
+ version='0.0.6',
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