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 6f95c20 commit f566cb1Copy full SHA for f566cb1
client_encryption/version.py
@@ -1,3 +1,3 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
-__version__ = '0.9.1.dev1'
+__version__ = '1.0.0'
setup.py
@@ -12,7 +12,7 @@
12
license='MIT',
13
packages=['client_encryption'],
14
classifiers=[
15
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 4 - Beta',
16
'Intended Audience :: Developers',
17
'Natural Language :: English',
18
'Operating System :: OS Independent',
0 commit comments