From 317db32ec66874e37ac8c792018fb6d502e63262 Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Wed, 22 Nov 2023 14:23:13 +0000 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7232c35..bd3388c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.0.11' +VERSION = '0.0.12' DESCRIPTION = 'OpenLDAP OpenCensus Statistics' LONG_DESCRIPTION = 'A package to gather statistics for OpenLDAP and publish via OpenCensus.'