From fcaa62725cfbef32c70776119287e9487d026afe Mon Sep 17 00:00:00 2001 From: AdityaSavara <39929571+AdityaSavara@users.noreply.github.com> Date: Sun, 1 Nov 2020 16:05:56 -0500 Subject: [PATCH] Updating version number to 5.1.4 --- README.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index ef182a3..56e58a6 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -UnitTesterSG, version 5.0.4 as of June 14 2020 +UnitTesterSG, version 5.1.4 as of Nov 1 2020 The LICENSE and MANUAL are in the UnitTesterSG directory, and at https://github.com/AdityaSavara/UnitTesterSG/tree/master/UnitTesterSG diff --git a/setup.py b/setup.py index a297475..89bc190 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ EMAIL = 'AditySavara2008@u.northwestern.edu' AUTHOR = 'Aditya Savara' REQUIRES_PYTHON = '>=3.0.0' -VERSION = '5.1.3' +VERSION = '5.1.4' LICENSE = 'BSD-3-Clause' # What packages are required for this module to be executed?