From 12005084a7f029f07afb75894054d51458c9ebb2 Mon Sep 17 00:00:00 2001 From: Chris Amico Date: Sun, 28 Feb 2021 14:38:39 -0500 Subject: [PATCH] v0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abda0e2..96345ba 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.4.0" +VERSION = "0.4.1" README = os.path.join(os.path.dirname(os.path.abspath(__file__)), "README.md")