From 37bff01929ac26758cfbebf17df7999676978d09 Mon Sep 17 00:00:00 2001 From: Natha Paquette Date: Sun, 14 May 2023 15:44:03 -0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8205ade6..de50d6f8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='digitalpy', - version='0.3.11.01', + version='0.3.12', description="A python implementation of the aphrodite's specification, heavily based on WCMF", author='Natha Paquette', author_email='natha.paquette@gmail.com',