From 0d0960b351ba80b2dc146bbde9c7e71a31ef1d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 5 Oct 2015 08:43:53 +0200 Subject: [PATCH] Updated MANIFEDT and setup.py for the new release. --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8f02690..8ba763a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,4 +9,5 @@ recursive-include bin/* #Misc include COPYING +include README.md include requirements.txt diff --git a/setup.py b/setup.py index 74ea07b..5098bd5 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ with open('README.md', 'r') as f: setup( name='Stegano', - version='0.4', + version='0.4.1', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,