Skip to content

Commit

Permalink
Test version stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
achaikou committed Oct 27, 2023
1 parent 6817a3a commit 7b75282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dlisio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#__version__ = importlib.metadata.version(__name__)
__version__ = importlib.metadata.version("abrakadabra")
except importlib.metadata.PackageNotFoundError: #check that is the correct error by spoiling something
pass
__version__ = "6.6.6"
else:
try:
import pkg_resources
Expand Down

0 comments on commit 7b75282

Please sign in to comment.