From e701f9e19a75ceef23166c10f4311aabd20d4cba Mon Sep 17 00:00:00 2001 From: Albert Kottke Date: Wed, 22 May 2019 20:55:12 -0700 Subject: [PATCH] Incremented version. --- HISTORY.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6931a39..b426fd8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History +## v0.4.3 (2019-05-22) +- FIXED: Bug in MANIFEST.in + ## v0.4.2 (2019-05-22) - Incremented version because of issue with automated builds. diff --git a/setup.py b/setup.py index 54dabbd..a02dd45 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='pySRA', - version='0.4.2', + version='0.4.3', description='Site Response Analysis with Python', long_description=readme + '\n\n' + history, long_description_content_type='text/markdown',