From 270880c5d6ac11cb15f350d709030c201953848e Mon Sep 17 00:00:00 2001 From: Hunter Senft-Grupp Date: Mon, 21 Mar 2016 03:53:57 -0400 Subject: [PATCH] Incrementing version. Trying PyPi build from windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc43977..ba6cbfc 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def brag_dir(): setup( name='bragly', - version='0.1.0', + version='0.1.1', description='A small tool to remind yourself of your day-to-day accomplishments', long_description = readme, url='http://github.com/huntcsg/bragly',