From 46a95cc840aeb6ec11511644efebccf27399c25c Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 28 Oct 2018 19:53:10 +0200 Subject: [PATCH] Bump version number to stable --- aiogram/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index d5accd52..7b1697f3 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,5 +38,5 @@ __all__ = [ 'utils' ] -__version__ = '2.0.rc1' +__version__ = '2.0' __api_version__ = '4.1'