Fix CI links and bump version

This commit is contained in:
Simeon Warner 2016-04-05 08:05:38 -04:00
parent b5720f12c1
commit b30f3f8904
2 changed files with 4 additions and 4 deletions

6
README
View File

@ -2,12 +2,12 @@
resync
======
.. image:: https://travis-ci.org/resync/resync.png?branch=master
.. image:: https://travis-ci.org/resync/resync.png?branch=develop
:target: https://travis-ci.org/resync/resync
:alt: Build status
.. image:: https://coveralls.io/repos/github/resync/resync/badge.svg?branch=master
:target: https://coveralls.io/github/resync/resync?branch=master
.. image:: https://coveralls.io/repos/github/resync/resync/badge.svg?branch=develop
:target: https://coveralls.io/github/resync/resync
:alt: Test coverage
**resync** is a ResourceSync client and library in python. `ResourceSync

View File

@ -3,4 +3,4 @@
# Format: x.y.z where
# x.y is spec version, see http://www.openarchives.org/rs/x.y/
# z is incremented for revisions within that version, 1...
__version__ = '1.0.1'
__version__ = '1.0.2'