Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Nov 25, 2017
1 parent f0293c1 commit 39b992f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
===============
Expand Down
2 changes: 1 addition & 1 deletion defaultlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


name = "defaultlist"
version = "0.1.0"
version = "1.0.0"
author = 'c0fec0de'
description = "collections.defaultdict equivalent implementation of list"

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 39b992f

Please sign in to comment.