Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan committed Nov 22, 2023
1 parent 90f430c commit bec6c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

version = None
with open("README.md") as ref:
data = ref.readlines()[6]
data = ref.readlines()[5]
version_prefix = "version-v"
version = data[data.find(version_prefix) + len(version_prefix) : data.find("-blue")]
assert version is not None, data
Expand Down

0 comments on commit bec6c81

Please sign in to comment.