From 32994f54079300d14e50fd4d47b344da3a337602 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau <anthony.bretaudeau@inria.fr> Date: Wed, 14 Nov 2018 17:54:40 +0100 Subject: [PATCH] same mistake as python-chado 2.2.1... --- MANIFEST.in | 1 + README.md | 3 +++ setup.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..f9bd145 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include requirements.txt diff --git a/README.md b/README.md index 5fc269f..f98fe22 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ Or with the Tripaille client: ## History + - 3.1.1 + - Minor release to fix broken package at pypi, no code change + - 3.1 - Add expression module to manage biomaterials and expression data (with tripal_expression module) - Add entity.get_bundles() and entity.publish() methods for Tripal 3 diff --git a/setup.py b/setup.py index 8ecfc8a..69c5714 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="tripal", - version='3.1', + version='3.1.1', description="Tripal library", author="Anthony Bretaudeau", author_email="anthony.bretaudeau@inra.fr",