Skip to content

Commit

Permalink
feat: stable release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: stable release
  • Loading branch information
ilfa committed Aug 19, 2022
1 parent bd94e91 commit 993a34a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
</a>
</p>

> :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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 0 additions & 2 deletions template/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
</a>
</p>

> :warning: **Work in progress**: This is a beta version of the library

# Fingerprint Pro Server Python SDK
{{#appDescription}}
{{{appDescription}}}
Expand Down
2 changes: 1 addition & 1 deletion template/setup.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 993a34a

Please sign in to comment.