Skip to content
Snippets Groups Projects
Commit f3889610 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: add version

parent f666f7a8
No related branches found
No related tags found
1 merge request!111MAINT: LinkAhead rename
Pipeline #41210 passed
from linkahead import *
from warnings import warn
from linkahead import *
try:
from linkahead import version
from linkahead.version import version as __version__
except ModuleNotFoundError:
version = "uninstalled"
__version__ = version
warn(("CaosDB was renamed to LinkAhead. Please import this library as `import linkahead`. Using the"
" old name, starting with caosdb, is deprecated."), DeprecationWarning)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment