From 0234ac85b8ced5d64205c3cea14da00d86992810 Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Mon, 20 Nov 2023 19:43:14 +0000 Subject: [PATCH] Bump to 0.0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 208b0f3..ae78027 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.0.8' +VERSION = '0.0.9' DESCRIPTION = 'OpenLDAP OpenCensus Statistics' LONG_DESCRIPTION = 'A package to gather statistics for OpenLDAP and publish via OpenCensus.'