We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7aafa commit 3207058Copy full SHA for 3207058
cli/__init__.py
@@ -1,10 +1 @@
1
-from pathlib import Path
2
-
3
4
-def get_version():
5
- this_directory = Path(__file__).parent
6
- root_project_directory = Path(this_directory).parent
7
- return (root_project_directory / "VERSION.txt").read_text(encoding='utf-8')
8
9
10
-__version__ = get_version()
+__version__ = "0.1.6"
cyclient/__init__.py
@@ -1,14 +1,7 @@
from .config import logger
11
12
13
__all__ = [
14
"logger",
0 commit comments