Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arianoangelo committed Dec 12, 2022
1 parent 40f225c commit 7dff5cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,5 @@ Contact us @ https://blockbee.io/contacts/
### Changelog
#### 0.1.0
#### 1.0.0
* Initial Release
2 changes: 1 addition & 1 deletion blockbee/meta.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from distutils.version import StrictVersion

VERSION = StrictVersion('0.4')
VERSION = StrictVersion('1.0.0')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7dff5cc

Please sign in to comment.