From 81d13968abe93839fb98e76d9f4418565eca292e Mon Sep 17 00:00:00 2001 From: "John J. Workman" Date: Thu, 11 Aug 2011 13:07:32 -0400 Subject: [PATCH] Bumping version to v0.1.1 --- README.md | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1736f67..606718d 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,6 @@ At this point, Slushbox has a few known (and probably some unknown!) limitations * Has no way to integrate with URLs routed by web frameworks. -* Cannot yet execute arbitrary commands (e.g., also run unit tests when files are modified). - Thanks to Robert Winslow ([@robert_winslow](http://twitter.com/robert_winslow)) for the initial project idea! Testing & Usage diff --git a/setup.py b/setup.py index 6f6ee06..63492da 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="Slushbox", - version="0.1", + version="0.1.1", author="John J. Workman", author_email="workman@alumni.duke.edu", url="https://github.com/workmajj/slushbox",