first commit
This commit is contained in:
8
mdrsclient/__version__.py
Normal file
8
mdrsclient/__version__.py
Normal file
@ -0,0 +1,8 @@
|
||||
import os
|
||||
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
__all__ = ["__version__"]
|
||||
|
||||
|
||||
with open(os.path.join(os.path.dirname(here), "VERSION")) as version_file:
|
||||
__version__ = version_file.read().strip()
|
Reference in New Issue
Block a user