From 5c62252c06f534b546c3e208b1305c4890758fd6 Mon Sep 17 00:00:00 2001 From: Erik Lamers Date: Tue, 7 Nov 2023 19:03:51 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ceb69ef..9ddf35d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup, find_packages -VERSION = "1.1.0" +VERSION = "1.1.1" # allow setup.py to be run from any path os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))