Switched versioning to semantic
This commit is contained in:
parent
3273b86b75
commit
7c756d7065
@ -1,9 +1,6 @@
|
|||||||
__name__ = "libbot"
|
__version__ = "0.2.0"
|
||||||
__version__ = "1.9"
|
|
||||||
__license__ = "GPL3"
|
__license__ = "GPL3"
|
||||||
__author__ = "Profitroll"
|
__author__ = "Profitroll"
|
||||||
|
|
||||||
|
from . import i18n, pyrogram, sync
|
||||||
from .__main__ import *
|
from .__main__ import *
|
||||||
from . import sync
|
|
||||||
from . import i18n
|
|
||||||
from . import pyrogram
|
|
||||||
|
@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "libbot"
|
name = "libbot"
|
||||||
version = "1.9"
|
version = "0.2.0"
|
||||||
authors = [{ name = "Profitroll" }]
|
authors = [{ name = "Profitroll" }]
|
||||||
description = "Universal bot library with functions needed for basic Discord/Telegram bot development."
|
description = "Universal bot library with functions needed for basic Discord/Telegram bot development."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
license = { text = "GPL3" }
|
license = { file = "LICENSE" }
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
Loading…
Reference in New Issue
Block a user