Skip to content

Commit

Permalink
feat: Added get_client_version function
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Oct 26, 2024
1 parent aa6713e commit 90f6ec3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions upsonic/remote/on_prem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,11 @@ def check_idea(self, idea:str)-> str:
return "Pass: There is no same functionality in the library"


def get_client_version(self):
from .. import __version__
return __version__


class UpsonicOnPrem(Upsonic_On_Prem):
pass

Expand Down

0 comments on commit 90f6ec3

Please sign in to comment.