diff --git a/README.rst b/README.rst index eaf7e94..ea16e96 100644 --- a/README.rst +++ b/README.rst @@ -22,12 +22,12 @@ If such a file did not accompany this software, then please contact the author b .. |LICENSE.txt| replace:: ``LICENSE.txt`` .. _`LICENSE.txt`: LICENSE -.. image:: https://travis-ci.org/posita/py-dimgx.svg?branch=master - :target: https://travis-ci.org/posita/py-dimgx?branch=master +.. image:: https://travis-ci.org/posita/py-dimgx.svg?branch=v0.2.0 + :target: https://travis-ci.org/posita/py-dimgx?branch=v0.2.0 :alt: Build Status -.. image:: https://coveralls.io/repos/posita/py-dimgx/badge.svg?branch=master - :target: https://coveralls.io/r/posita/py-dimgx?branch=master +.. image:: https://coveralls.io/repos/posita/py-dimgx/badge.svg?branch=v0.2.0 + :target: https://coveralls.io/r/posita/py-dimgx?branch=v0.2.0 :alt: Coverage Status Curious about integrating your project with the above services? @@ -43,8 +43,8 @@ Jeff Knupp (|@jeffknupp|_) `describes how `_ `image `__ `layers `__: It is licensed under the `MIT License `_. Source code is `available on GitHub `__. -See `the docs `__ for more information. +See `the docs `__ for more information. Examples -------- @@ -116,4 +116,4 @@ Issues ``dimgx`` does what I want, so I'm just maintaining it at this point. If you find a bug, or want a feature, please `file an issue `__ (if it hasn't already been filed). -If you're willing and able, consider `contributing `__. +If you're willing and able, consider `contributing `__. diff --git a/_dimgx/version.py b/_dimgx/version.py index 7212a28..ff333ba 100644 --- a/_dimgx/version.py +++ b/_dimgx/version.py @@ -25,5 +25,5 @@ __all__ = () -__version__ = 'master' -__release__ = 'master' +__version__ = '0.2.0' +__release__ = 'v0.2.0'