Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 19, 2023
1 parent 23d22f1 commit 495f081
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 @@ -20,7 +20,7 @@
version = {}
with open("proto/version.py") as fp:
exec(fp.read(), version)
version = version['__version__']
version = version["__version__"]

PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 495f081

Please sign in to comment.