Skip to content

Commit

Permalink
Change to a stable version, even though we're not upgrading past 1.0.
Browse files Browse the repository at this point in the history
Also add a supported Python versions badge.
  • Loading branch information
Christopher Petrilli committed Jan 5, 2015
1 parent 76aaf77 commit 75ffd41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ General Words
.. image:: https://travis-ci.org/petrilli/generalwords.png?branch=master
:target: https://travis-ci.org/petrilli/generalwords

.. image:: https://pypip.in/d/generalwords/badge.png
:target: https://pypi.python.org/pypi/generalwords
.. image:: https://pypip.in/py_versions/generalwords/badge.png
:target: https://pypi.python.org/pypi/generalwords/
:alt: Supported Python versions

Often, when building an application, I've had occasions where I need to provide
a nonce of some sort to a user. A nonce is some thing, whether number, or
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
zip_safe=False,
keywords='generalwords',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
Expand Down

0 comments on commit 75ffd41

Please sign in to comment.