Browse Source

Passage à la version 4.0.0 alpha

pull/66/merge
Luthaf 10 years ago
parent
commit
b1200757d5
  1. 2
      patacrep/__init__.py

2
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,

Loading…
Cancel
Save