From 7c3e3d44b7a8f434e56ef3a4b4c714f6b8543eb6 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Thu, 31 Aug 2023 15:35:35 -0400 Subject: [PATCH] Version 0.0.25 (#87) --- README.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 18de100..ae7af26 100644 --- a/README.rst +++ b/README.rst @@ -406,6 +406,7 @@ Contributors - `Bob Lannon `__ - `Santi `__ - `David Park `__ +- `Jon Bonafato `__ License ------- diff --git a/setup.py b/setup.py index 24ddabc..f20f91b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -__version__ = "0.0.24" +__version__ = "0.0.25" class PyTest(TestCommand):