Skip to content

Commit

Permalink
fix fonts install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed Mar 27, 2022
1 parent 6660d24 commit 043524d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpsplot/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python3

__version__ = '1.0.7'
__version__ = '1.0.8'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python_requires = >=3.10

[options.package_data]
alpsplot =
fonts/*.ttf
utils/fonts/*.ttf
*.mplstyle

[options.packages.find]
Expand Down

0 comments on commit 043524d

Please sign in to comment.