Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit e763494

Browse files
committed
PyOTA 1.0 ^_^
1 parent b63d239 commit e763494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
name = 'PyOTA',
2929
description = 'IOTA API library for Python',
3030
url = 'https://github.com/iotaledger/iota.lib.py',
31-
version = '1.0.0b7',
31+
version = '1.0.0',
3232

3333
packages = find_packages('src'),
3434
include_package_data = True,
@@ -52,7 +52,7 @@
5252
license = 'MIT',
5353

5454
classifiers = [
55-
'Development Status :: 4 - Beta',
55+
'Development Status :: 5 - Production/Stable',
5656
'Intended Audience :: Developers',
5757
'License :: OSI Approved :: MIT License',
5858
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)