Skip to content

Commit 26a2dd7

Browse files
committed
Version 0.1.0
1 parent aae2a41 commit 26a2dd7

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. image:: http://www.repostatus.org/badges/latest/wip.svg
2-
:target: http://www.repostatus.org/#wip
3-
:alt: Project Status: WIP - Initial development is in progress, but there
4-
has not yet been a stable, usable release suitable for the public.
1+
.. image:: http://www.repostatus.org/badges/latest/active.svg
2+
:target: http://www.repostatus.org/#active
3+
:alt: Project Status: Active - The project has reached a stable, usable
4+
state and is being actively developed.
55

66
.. image:: https://travis-ci.org/jwodder/inplace.svg?branch=master
77
:target: https://travis-ci.org/jwodder/inplace

inplace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Visit <https://github.com/jwodder/inplace> for more information.
1010
"""
1111

12-
__version__ = '0.1.0.dev1'
12+
__version__ = '0.1.0'
1313
__author__ = 'John Thorvald Wodder II'
1414
__author_email__ = 'inplace@varonathe.org'
1515
__license__ = 'MIT'

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
],
3636

3737
classifiers=[
38-
'Development Status :: 3 - Alpha',
39-
#'Development Status :: 4 - Beta',
38+
'Development Status :: 4 - Beta',
4039
#'Development Status :: 5 - Production/Stable',
4140

4241
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)