diff --git a/version.py b/version.py index 5d4b2441..94724488 100644 --- a/version.py +++ b/version.py @@ -5,6 +5,6 @@ 1, 2, 0, -# "dev", # comment-out this line for a release + # "dev", # comment-out this line for a release ) __version__ = ".".join(map(str, version_info))