]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 8 Aug 2023 12:59:40 +0000 (14:59 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Aug 2023 12:59:40 +0000 (14:59 +0200)
- added __version__

fba/__init__.py

index 03bb0404bd7deb72ad2d3d805302b6e716314038..4f6529a1bd9a39eba81cd2cdd1d153f9187ffd9c 100644 (file)
@@ -13,6 +13,8 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
+__version__ = "0.1.0"
+
 __all__ = [
     # Main packages:
     'boot',