Use the version() method to get the version of the FeatureStore.
There are no parameters for this function.
Example: Get the FeatureStore version for repo 'vfs_v1'
>>> from teradataml import FeatureStore
>>> fs = FeatureStore('vfs_v1')
FeatureStore is ready to use.
Get the version of FeatureStore.
>>> fs.version()
'2.0.0'