From 06be5b3f9eb13bce3d35fa89e0c9717ad3e938c7 Mon Sep 17 00:00:00 2001 From: Natha Paquette Date: Mon, 6 Feb 2023 11:42:25 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48ee5fa..8b2e68e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='digitalpy', - version='0.3.8', + version='0.3.9', description="A python implementation of the aphrodite's specification, heavily based on WCMF", author='Natha Paquette', author_email='natha.paquette@gmail.com',