We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4074163 commit c59c3ffCopy full SHA for c59c3ff
2 files changed
materialyoucolor/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.1.2"
+__version__ = "1.2"
setup.py
@@ -9,9 +9,9 @@
9
f.close()
10
11
with open("materialyoucolor/__init__.py","r") as file:
12
- VERSION = file.read().split("=")[-1].strip()
+ VERSION = file.read().split("= ")[-1].split('"')[1].split('"')[0]
13
file.close()
14
-
+print(VERSION)
15
setup(
16
name="materialyoucolor",
17
version=VERSION,
0 commit comments