From: Michael Orlitzky Date: Fri, 23 Sep 2022 12:06:16 +0000 (-0400) Subject: setup.py: bump to v0.0.2. X-Git-Tag: 0.0.2~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=djbdns-logparse.git;a=commitdiff_plain;h=f2dc3c2bcec782de9931ec881b6fd64d8a10956e setup.py: bump to v0.0.2. --- 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',