From 2644df7c6d6f0edf99387f9834c4f600e989f658 Mon Sep 17 00:00:00 2001 From: ardunn Date: Tue, 20 Jul 2021 21:58:04 -0700 Subject: [PATCH] update release --- figrecipes/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',