Skip to content

Commit

Permalink
Specify current STRING version supported
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Mar 26, 2024
1 parent a9f42e7 commit 91607f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stringdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from .api import API

__all__ = ["API"]

CURRENT_VERSION = "12.0"

0 comments on commit 91607f6

Please sign in to comment.