comparison src/setup.py @ 139:347b29cb9332

Version bump.
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 16 Oct 2011 23:37:19 +0200
parents e55537dfbe2b
children 85b2bc3c7e04
comparison
equal deleted inserted replaced
138:4d428f2beff6 139:347b29cb9332
1 from setuptools import setup 1 from setuptools import setup
2 2
3 VERSION = '0.3' 3 VERSION = '0.4dev'
4 4
5 setup( 5 setup(
6 name='ltpdarepo', 6 name='ltpdarepo',
7 version=VERSION, 7 version=VERSION,
8 entry_points={'console_scripts': ['run = ltpdarepo:main', 8 entry_points={'console_scripts': ['run = ltpdarepo:main',