Skip to content

Commit

Permalink
Merge pull request #32 from Upsonic/get_client_version
Browse files Browse the repository at this point in the history
feat: Added get_client_version function
  • Loading branch information
onuratakan authored Oct 26, 2024
2 parents aa6713e + 90f6ec3 commit 771a8a2
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 771a8a2

Please sign in to comment.