diff --git a/figrecipes/__init__.py b/figrecipes/__init__.py index e4a3aef..20cff09 100644 --- a/figrecipes/__init__.py +++ b/figrecipes/__init__.py @@ -1,3 +1,3 @@ from figrecipes.plot import PlotlyFig -__version__ = "0.0.6" \ No newline at end of file +__version__ = "0.0.7" \ No newline at end of file diff --git a/setup.py b/setup.py index bd5320d..d3fe9d6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ if __name__ == "__main__": setup( name='figrecipes', - version='0.0.6', + version='0.0.7', description='figrecipes is a tool for quickly creating interactive plots for data science.', long_description=open(os.path.join(module_dir, 'README.md')).read(), url='https://github.com/hackingmaterials/figrecipes',