From 35760dbe40cfb80f64eebd52a063b323bbaac8ac Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Thu, 17 Oct 2013 01:32:26 +0200 Subject: [PATCH] Version 0.1.1. --- overalls/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overalls/__init__.py b/overalls/__init__.py index a4e2017..485f44a 100644 --- a/overalls/__init__.py +++ b/overalls/__init__.py @@ -1 +1 @@ -__version__ = "0.1" +__version__ = "0.1.1" diff --git a/setup.py b/setup.py index fe53491..0372194 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def parse_requirements(filename): PROJECT = 'overalls' URL = 'https://github.com/hodgestar/overalls' -VERSION = '0.1' +VERSION = '0.1.1' AUTHOR = 'Simon Cross' AUTHOR_EMAIL = 'hodgestar@gmail.com' DESC = "Coveralls coverage uploader."