diff options
| author | Spencer McIntyre <zeroSteiner@gmail.com> | 2016-06-17 08:23:55 -0400 |
|---|---|---|
| committer | Spencer McIntyre <zeroSteiner@gmail.com> | 2016-06-17 08:23:55 -0400 |
| commit | 3ad92592a45a6482ceb65dead13cb0eb13193ae4 (patch) | |
| tree | fd752a9e8cec670dab8839814b1536dc70355eb1 /setup.py | |
| parent | b789c3afc6c41350078a7143027ba9d99acabd7d (diff) | |
| download | pluginbase-3ad92592a45a6482ceb65dead13cb0eb13193ae4.tar.gz | |
This is 0.40.4
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ setup( name='pluginbase', author='Armin Ronacher', author_email='armin.ronacher@active-4.com', - version='0.4-dev', + version='0.4', url='http://github.com/mitsuhiko/pluginbase', py_modules=['pluginbase'], description='A support library for building plugins sytems in Python.', |
