Skip to content

Commit 7dff5cc

Browse files
committed
v1.0.0
1 parent 40f225c commit 7dff5cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ Contact us @ https://blockbee.io/contacts/
279279
280280
### Changelog
281281
282-
#### 0.1.0
282+
#### 1.0.0
283283
* Initial Release

blockbee/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from distutils.version import StrictVersion
22

3-
VERSION = StrictVersion('0.4')
3+
VERSION = StrictVersion('1.0.0')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
url='https://github.com/blockbee-io/django-blockbee',
3333
classifiers=[
3434
"Programming Language :: Python",
35-
"Development Status :: 4 - Beta",
35+
"Development Status :: 5 - Production/Stable",
3636
"Framework :: Django",
3737
"Intended Audience :: Developers",
3838
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)