Skip to content

Commit

Permalink
Remove another QA issue. Bump for release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Nov 1, 2024
1 parent b21302c commit 7255a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/plot-examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

os.chdir("plot_examples")

from plot_examples import *
from plot_examples import * # NOQA

os.chdir("..")
2 changes: 1 addition & 1 deletion src/stonerplots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .context import StackVertical

__all__ = ["context", "SavedFigure", "InsetPlot", "StackVertical", "MultiPanel", "counter", "roman"]
__version__ = "1.5.1"
__version__ = "1.5.2"

# register the included stylesheet in the matplotlib style library
stonerplots_path = Path(__file__).parent
Expand Down

0 comments on commit 7255a86

Please sign in to comment.