We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8bad0 commit eca1730Copy full SHA for eca1730
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name='qencode',
14
- version='0.9.30',
+ version='1.0',
15
description="Client library for main features and functionality of Qencode for Python v2.x.",
16
long_description=long_description,
17
long_description_content_type='text/markdown',
@@ -21,7 +21,7 @@
21
author_email='team@qencode.com',
22
license='proprietary',
23
classifiers=[
24
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
25
'Intended Audience :: Developers',
26
'Topic :: Software Development :: Build Tools',
27
'License :: Other/Proprietary License',
0 commit comments