Skip to content

Commit c59c3ff

Browse files
committed
release: 1.2
1 parent 4074163 commit c59c3ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

materialyoucolor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.2"
1+
__version__ = "1.2"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
f.close()
1010

1111
with open("materialyoucolor/__init__.py","r") as file:
12-
VERSION = file.read().split("=")[-1].strip()
12+
VERSION = file.read().split("= ")[-1].split('"')[1].split('"')[0]
1313
file.close()
14-
14+
print(VERSION)
1515
setup(
1616
name="materialyoucolor",
1717
version=VERSION,

0 commit comments

Comments
 (0)