Skip to content

Commit

Permalink
adding new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Jan 9, 2025
1 parent 5459aee commit c65d2b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scprint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
__version__ = "1.6.4"
from importlib.metadata import version

__version__ = version("scprint")


from .model.model import scPrint

Expand Down

0 comments on commit c65d2b0

Please sign in to comment.