From c1d9bdba41961093f908a6b370b96f3a7ff11f81 Mon Sep 17 00:00:00 2001 From: Erik Lamers Date: Sat, 16 Oct 2021 19:53:26 +0200 Subject: [PATCH] Bump version to 0.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73c761e..11e0e47 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup, find_packages -VERSION = "0.8.1" +VERSION = "0.9.0" # allow setup.py to be run from any path os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))