From 18995f16cde75d03e87d3829ec65f9ee59766adb Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 9 Oct 2016 17:23:20 -0500
Subject: [PATCH] Bump version

---
 MANIFEST.in | 1 +
 setup.py    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index e69de29..1aba38f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+include LICENSE
diff --git a/setup.py b/setup.py
index b32a91a..7694a96 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
 from setuptools import setup
 
 setup(name="pytools",
-      version="2016.2.3",
+      version="2016.2.4",
       description="A collection of tools for Python",
       long_description="""
       Pytools is a big bag of things that are "missing" from the Python standard
-- 
GitLab