Skip to content

Commit

Permalink
Fix version in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
awarde96 committed May 22, 2024
1 parent b2d9b83 commit f1e1822
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 @@ -5,7 +5,7 @@

__version__ = re.search(
r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]',
io.open("eccovjson/version.py", encoding="utf_8_sig").read(),
io.open("covjsonkit/version.py", encoding="utf_8_sig").read(),
).group(1)


Expand Down

0 comments on commit f1e1822

Please sign in to comment.