mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 20:02:22 +00:00
Add bump_versions.py script (#338)
* Add bump_versions.py script * Fix pipeline
This commit is contained in:
parent
e4198fb1f2
commit
28382ebf5f
10 changed files with 763 additions and 157 deletions
|
|
@ -1,5 +1,3 @@
|
|||
from pkg_resources import get_distribution
|
||||
|
||||
from .api import methods, types
|
||||
from .api.client import session
|
||||
from .api.client.bot import Bot
|
||||
|
|
@ -30,5 +28,5 @@ __all__ = (
|
|||
"handler",
|
||||
)
|
||||
|
||||
__version__ = get_distribution(dist=__package__).version
|
||||
__version__ = "3.0.0a4"
|
||||
__api_version__ = "4.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue