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