From 5e391e995ef479ec2503e53c08ad31c307e35c2a Mon Sep 17 00:00:00 2001 From: NotStatilko Date: Mon, 5 Feb 2024 19:42:23 +0200 Subject: [PATCH] Bump library version to 1.4 --- setup.py | 2 +- tgbox/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 24d7d0c..aae9cfe 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ ] }, classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Topic :: Security :: Cryptography', 'Topic :: Software Development :: Libraries', diff --git a/tgbox/version.py b/tgbox/version.py index facb9ec..3610d01 100644 --- a/tgbox/version.py +++ b/tgbox/version.py @@ -1 +1 @@ -VERSION = '1.4.0b1' +VERSION = '1.4'