diff --git a/README.md b/README.md index cce8be66..aa32ade8 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@

-> :warning: **Work in progress**: This is a beta version of the library - # Fingerprint Pro Server Python SDK Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro. diff --git a/setup.py b/setup.py index c7051788..437cbbe7 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ packages=find_packages(), include_package_data=True, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 2', diff --git a/template/README.mustache b/template/README.mustache index 031f7f84..8d4b6f8a 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -28,8 +28,6 @@

-> :warning: **Work in progress**: This is a beta version of the library - # Fingerprint Pro Server Python SDK {{#appDescription}} {{{appDescription}}} diff --git a/template/setup.mustache b/template/setup.mustache index 5892ccf7..85910aa1 100644 --- a/template/setup.mustache +++ b/template/setup.mustache @@ -56,7 +56,7 @@ setup( packages=find_packages(), include_package_data=True, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 2',