From f2dc3c2bcec782de9931ec881b6fd64d8a10956e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 23 Sep 2022 08:06:16 -0400 Subject: [PATCH] setup.py: bump to v0.0.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a50178..f1db3c1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = 'djbdns-logparse', - version = '0.0.1', + version = '0.0.2', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/djbdns-logparse.xhtml', -- 2.43.2