From 682543965ba50830772bea4d72be6b12ba8eeb6f Mon Sep 17 00:00:00 2001 From: Erik Schytt Mannerfelt <33550973+erikmannerfelt@users.noreply.github.com> Date: Tue, 17 Aug 2021 12:13:10 +0200 Subject: [PATCH] Incremented version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eebc8624..ef9b0ca3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup from setuptools.command.install import install -FULLVERSION = "0.0.4" +FULLVERSION = "0.0.5" VERSION = FULLVERSION with open(os.path.join(os.path.dirname(__file__), "README.md")) as infile: