diff --git a/src/nfhl/version.py b/src/nfhl/version.py index a683672..9d46d17 100644 --- a/src/nfhl/version.py +++ b/src/nfhl/version.py @@ -1,6 +1,6 @@ """A single source of truth for the version in a programatically-accessible variable. -This must only include a single line: __version__ = 'x.y.z' +This must only include a single line. """ __version__ = '1.0.0'