diff --git a/README.md b/README.md index 2816aed..6c62d5f 100644 --- a/README.md +++ b/README.md @@ -279,5 +279,5 @@ Contact us @ https://blockbee.io/contacts/ ### Changelog -#### 0.1.0 +#### 1.0.0 * Initial Release \ No newline at end of file diff --git a/blockbee/meta.py b/blockbee/meta.py index d4a1a48..4e6acc4 100644 --- a/blockbee/meta.py +++ b/blockbee/meta.py @@ -1,3 +1,3 @@ from distutils.version import StrictVersion -VERSION = StrictVersion('0.4') +VERSION = StrictVersion('1.0.0') diff --git a/setup.py b/setup.py index aa9f13a..6e227d0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ url='https://github.com/blockbee-io/django-blockbee', classifiers=[ "Programming Language :: Python", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License",