]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commitdiff
setup.py: bump to v0.0.2.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Sep 2022 12:06:16 +0000 (08:06 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 23 Sep 2022 12:06:16 +0000 (08:06 -0400)
setup.py

index 1a50178d7fb98c7f2f6c3b80d95e56c69b8cd632..f1db3c12c9a527a9144896867142ded8697d15f3 100644 (file)
--- 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',