From: Roland Häder Date: Tue, 8 Aug 2023 12:59:40 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8984c72d88a09ce5c82276b2de4e1f0ad3863ddc;p=fba.git Continued: - added __version__ --- diff --git a/fba/__init__.py b/fba/__init__.py index 03bb040..4f6529a 100644 --- a/fba/__init__.py +++ b/fba/__init__.py @@ -13,6 +13,8 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +__version__ = "0.1.0" + __all__ = [ # Main packages: 'boot',