Switched versioning to semantic

This commit is contained in:
2023-08-06 12:43:41 +02:00
parent 3273b86b75
commit 7c756d7065
4 changed files with 4 additions and 14 deletions

View File

@@ -1,9 +1,6 @@
__name__ = "libbot"
__version__ = "1.9"
__version__ = "0.2.0"
__license__ = "GPL3"
__author__ = "Profitroll"
from . import i18n, pyrogram, sync
from .__main__ import *
from . import sync
from . import i18n
from . import pyrogram