Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Jul 21, 2021
1 parent f5679d1 commit 2644df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion figrecipes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from figrecipes.plot import PlotlyFig

__version__ = "0.0.6"
__version__ = "0.0.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2644df7

Please sign in to comment.