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 40f225c commit 7dff5ccCopy full SHA for 7dff5cc
README.md
@@ -279,5 +279,5 @@ Contact us @ https://blockbee.io/contacts/
279
280
### Changelog
281
282
-#### 0.1.0
+#### 1.0.0
283
* Initial Release
blockbee/meta.py
@@ -1,3 +1,3 @@
1
from distutils.version import StrictVersion
2
3
-VERSION = StrictVersion('0.4')
+VERSION = StrictVersion('1.0.0')
setup.py
@@ -32,7 +32,7 @@
32
url='https://github.com/blockbee-io/django-blockbee',
33
classifiers=[
34
"Programming Language :: Python",
35
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
36
"Framework :: Django",
37
"Intended Audience :: Developers",
38
"License :: OSI Approved :: MIT License",
0 commit comments