From 7dff5ccb3d2cd3e185ba326061d7779e02756c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ariano=20=C3=82ngelo?= <52960493+arianoangelo@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:50:07 +0000 Subject: [PATCH] v1.0.0 --- README.md | 2 +- blockbee/meta.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",