summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@coriolis-systems.com>2014-04-28 17:58:02 +0100
committerAlastair Houghton <alastair@coriolis-systems.com>2014-04-28 17:58:02 +0100
commit3355dea76276ea73732b2c31c2b5a3ec22b540ed (patch)
treec6754d626e74f7ef56554e70e4f8e323ad2c7e51
parent9f1ec4e7901be5f43263fbc52a71b0e159063c7a (diff)
downloadnetifaces-3355dea76276ea73732b2c31c2b5a3ec22b540ed.tar.gz
Bump version number and make the build status image into a link.
-rw-r--r--README2
-rw-r--r--setup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index bbcf954..2b53be6 100644
--- a/README
+++ b/README
@@ -2,6 +2,8 @@ netifaces 0.9
=============
.. image:: https://drone.io/bitbucket.org/al45tair/netifaces/status.png
+ :target: https://drone.io/bitbucket.org/al45tair/netifaces/latest
+ :alt: Build Status
1. What is this?
----------------
diff --git a/setup.py b/setup.py
index 99b875f..1cdeb7e 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ if sys.version_info[0] == 2:
else:
output = getattr(__builtins__, 'print')
-__version__ = "0.8"
+__version__ = "0.9"
# Disable hard links, otherwise building distributions fails on OS X
try: