version system

This commit is contained in:
Fabien Benureau 2013-07-02 15:57:28 +01:00
parent f528aa8a67
commit 9614593192
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
__version__ = 3

View File

@ -18,6 +18,7 @@ DFT_CONFIG = {'papers_dir' : os.path.expanduser('~/.papers'),
'import_copy' : 'yes',
'import_move' : 'no',
'color' : 'yes',
'version' : 3,
'open_cmd' : 'open',
'edit_cmd' : DFT_EDIT_CMD,

View File

@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(name='papers',
version='1',
version='3',
author='Fabien Benureau, Olivier Mangin, Jonathan Grizou',
author_email='fabien.benureau+inria@gmail.com',
url='',