From 4cd49d27c73834378e85901d2e154d7105f10cb8 Mon Sep 17 00:00:00 2001 From: zssherman Date: Tue, 15 Mar 2022 14:43:16 -0500 Subject: [PATCH] REL: Release v.1.11.8 --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index bced41eff3..ce2fa89d65 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,7 @@ recursive-include pyart *.c *.h *.pyx *.pxd include README.rst include LICENSE.txt include INSTALL.rst +include pyart/testing/registry.txt include pyart/correct/src/UWASHINGTON_4DD_README include pyart/__check_build/README include pyart/graph/balance-rgb.txt diff --git a/setup.py b/setup.py index b194a34ce4..6e2a036935 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ PLATFORMS = ["Linux", "Mac OS-X", "Unix"] MAJOR = 1 MINOR = 11 -MICRO = 7 +MICRO = 8 ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) SCRIPTS = glob.glob('scripts/*')