Skip to content

Commit

Permalink
v0.1.0 — Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 2, 2017
1 parent 5ad5fbc commit 343b869
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 8 additions & 4 deletions README.rst
@@ -1,7 +1,7 @@
.. image:: http://www.repostatus.org/badges/latest/wip.svg
:target: http://www.repostatus.org/#wip
:alt: Project Status: WIPInitial development is in progress, but there
has not yet been a stable, usable release suitable for the public.
.. image:: http://www.repostatus.org/badges/latest/active.svg
:target: http://www.repostatus.org/#active
:alt: Project Status: ActiveThe project has reached a stable, usable
state and is being actively developed.

.. image:: https://travis-ci.org/jwodder/permutation.svg?branch=master
:target: https://travis-ci.org/jwodder/permutation
Expand All @@ -12,11 +12,15 @@
.. image:: https://codecov.io/gh/jwodder/permutation/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jwodder/permutation

.. image:: https://img.shields.io/pypi/pyversions/permutation.svg
:target: https://pypi.python.org/pypi/permutation

.. image:: https://img.shields.io/github/license/jwodder/permutation.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License

`GitHub <https://github.com/jwodder/permutation>`_
| `PyPI <https://pypi.python.org/pypi/permutation>`_
| `Documentation <https://permutation.readthedocs.io>`_
| `Issues <https://github.com/jwodder/permutation/issues>`_
Expand Down
2 changes: 1 addition & 1 deletion permutation.py
Expand Up @@ -12,7 +12,7 @@
for more information.
"""

__version__ = '0.1.0.dev1'
__version__ = '0.1.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'permutation@varonathe.org'
__license__ = 'MIT'
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -24,8 +24,7 @@ keywords =
group theory

classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Expand Down

0 comments on commit 343b869

Please sign in to comment.