mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
CP-2184 use single version
This commit is contained in:
parent
99613cb252
commit
cf26bad624
@ -4,5 +4,3 @@ commit = False
|
|||||||
tag = False
|
tag = False
|
||||||
|
|
||||||
[bumpversion:file:thousandeyes-sdk-core/src/thousandeyes_sdk/core/__init__.py]
|
[bumpversion:file:thousandeyes-sdk-core/src/thousandeyes_sdk/core/__init__.py]
|
||||||
|
|
||||||
[bumpversion:file:thousandeyes-sdk-core/src/thousandeyes_sdk/core/version.py]
|
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
|
import thousandeyes_sdk.core
|
||||||
|
|
||||||
class Version:
|
class Version:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get() -> str:
|
def get() -> str:
|
||||||
return "1.0.0"
|
return thousandeyes_sdk.core.__version__
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user