From b1200757d5fe087ec51c8e826f4ff8f673ebe975 Mon Sep 17 00:00:00 2001 From: Luthaf Date: Tue, 26 Aug 2014 20:07:05 +0200 Subject: [PATCH] =?UTF-8?q?Passage=20=C3=A0=20la=20version=204.0.0=20alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patacrep/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patacrep/__init__.py b/patacrep/__init__.py index 349000fd..104a538a 100644 --- a/patacrep/__init__.py +++ b/patacrep/__init__.py @@ -5,7 +5,7 @@ import os # Version -__TUPLE_VERSION__ = (3, 7, 2) +__TUPLE_VERSION__ = (4, 0, 0, "alpha") __version__ = '.'.join([str(number) for number in __TUPLE_VERSION__]) # Directory containing shared data (default templates, custom LaTeX packages,