From 785ba4f362cb1d468ea9f25827632040dbf9e7bb Mon Sep 17 00:00:00 2001 From: "Jesse M. Barr" Date: Wed, 17 Jan 2024 12:43:01 -0600 Subject: [PATCH] Added DPV Test - Added the DPV test to test definitions. --- acestatpy/resources/Tests.xml | 83 +++++++++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 84 insertions(+), 1 deletion(-) diff --git a/acestatpy/resources/Tests.xml b/acestatpy/resources/Tests.xml index e28755a..a522d3e 100644 --- a/acestatpy/resources/Tests.xml +++ b/acestatpy/resources/Tests.xml @@ -269,6 +269,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/setup.py b/setup.py index 16c7a88..3baf673 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '2023.7.5.1' +VERSION = '2023.8.1.1' DESCRIPTION = 'A Python library used for communicating with the ACEStat.' setup(