Skip to content

Commit

Permalink
correct dist name
Browse files Browse the repository at this point in the history
  • Loading branch information
HokageM committed Mar 28, 2024
1 parent 70eb464 commit 938bbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/byakuganvisualizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

try:
# Change here if project is renamed and does not equal the package name
dist_name = "ByakuganVisualizer2"
dist_name = "ByakuganVisualizer"
__version__ = version(dist_name)
except PackageNotFoundError: # pragma: no cover
__version__ = "unknown"
Expand Down

0 comments on commit 938bbd6

Please sign in to comment.