diff --git a/README.rst b/README.rst index 8289aac..4ba609e 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,8 @@ .. image:: https://coveralls.io/repos/github/c0fec0de/defaultlist/badge.svg :target: https://coveralls.io/github/c0fec0de/defaultlist -.. image:: https://readthedocs.org/projects/defaultlist/badge/?version=0.1.0 - :target: http://defaultlist.readthedocs.io/en/0.1.0/?badge=0.1.0 +.. image:: https://readthedocs.org/projects/defaultlist/badge/?version=1.0.0 + :target: http://defaultlist.readthedocs.io/en/1.0.0/?badge=1.0.0 .. image:: https://codeclimate.com/github/c0fec0de/defaultlist.png :target: https://codeclimate.com/github/c0fec0de/defaultlist @@ -22,9 +22,9 @@ Documentation ============= -The Documentation_ is hosted on http://defaultlist.readthedocs.io/en/0.1.0/ +The Documentation_ is hosted on http://defaultlist.readthedocs.io/en/1.0.0/ -.. _Documentation: http://defaultlist.readthedocs.io/en/0.1.0/ +.. _Documentation: http://defaultlist.readthedocs.io/en/1.0.0/ Getting started =============== diff --git a/defaultlist.py b/defaultlist.py index 0780df8..917c60b 100644 --- a/defaultlist.py +++ b/defaultlist.py @@ -61,7 +61,7 @@ import sys -__version__ = "0.1.0" +__version__ = "1.0.0" __author__ = 'c0fec0de' __author_email__ = 'c0fec0de@gmail.com' __description__ = " collections.defaultdict equivalent implementation of list." diff --git a/docs/conf.py b/docs/conf.py index c5289a2..74831c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ name = "defaultlist" -version = "0.1.0" +version = "1.0.0" author = 'c0fec0de' description = "collections.defaultdict equivalent implementation of list" diff --git a/docs/index.rst b/docs/index.rst index 42073a0..b0c8b29 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,8 +11,8 @@ defaultlist .. image:: https://coveralls.io/repos/github/c0fec0de/defaultlist/badge.svg :target: https://coveralls.io/github/c0fec0de/defaultlist -.. image:: https://readthedocs.org/projects/defaultlist/badge/?version=0.1.0 - :target: http://defaultlist.readthedocs.io/en/0.1.0/?badge=0.1.0 +.. image:: https://readthedocs.org/projects/defaultlist/badge/?version=1.0.0 + :target: http://defaultlist.readthedocs.io/en/1.0.0/?badge=1.0.0 .. image:: https://codeclimate.com/github/c0fec0de/defaultlist.png :target: https://codeclimate.com/github/c0fec0de/defaultlist diff --git a/setup.py b/setup.py index 07ca54b..6172f16 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def _read_metainfo(filepath): config = _read_metainfo("defaultlist.py") config['license'] = 'Apache 2.0' config['classifiers'] = [ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7',