From 49f0a0745471a056b5a63084991488d2337b4735 Mon Sep 17 00:00:00 2001 From: Michael England Date: Tue, 12 Dec 2017 17:31:59 +0100 Subject: [PATCH] Fixes #85 Bundle requirements.txt in the dist --- MANIFEST.in | 1 + pypika/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9561fb10..5e28dc92 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include README.rst +include requirements.txt diff --git a/pypika/__init__.py b/pypika/__init__.py index 7ca09039..c388796c 100644 --- a/pypika/__init__.py +++ b/pypika/__init__.py @@ -68,4 +68,4 @@ __author__ = "Timothy Heys" __email__ = "theys@kayak.com" -__version__ = "0.9.2" +__version__ = "0.9.3"