diff --git a/setup.py b/setup.py index 9a207b7..56abb07 100644 --- a/setup.py +++ b/setup.py @@ -63,6 +63,7 @@ def find_version(*file_paths): 'Authlib', 'Markdown', 'WTForms-Alchemy', + 'WTForms-Components', 'attrs', 'permission', ), diff --git a/src/brewlog/_version.py b/src/brewlog/_version.py index 0dafcc8..8c4737a 100644 --- a/src/brewlog/_version.py +++ b/src/brewlog/_version.py @@ -2,4 +2,4 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -__version__ = '1.0.0-dev' +__version__ = '1.0.0'