From 54108bea711cdaaa1ff4ff899472be31bf234108 Mon Sep 17 00:00:00 2001 From: Christophe Demko Date: Thu, 21 Apr 2016 17:48:12 +0200 Subject: [PATCH] Version 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3faacb8..1c061c5 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.0.1', + version='0.0.2', # The project's description description='A pandoc filter for adding LaTeX environement on specific div',