diff options
| author | Spencer McIntyre <zeroSteiner@gmail.com> | 2016-06-10 12:33:21 -0400 |
|---|---|---|
| committer | Spencer McIntyre <zeroSteiner@gmail.com> | 2016-06-10 12:33:21 -0400 |
| commit | be2b0afd99fd43febc58df3b39212e992f631d00 (patch) | |
| tree | b6395d94cea1e0184f71edef41cba93f8af7ac3f /setup.py | |
| parent | 4eb4bbe214bd9650fd20cbf3672cdb9765762982 (diff) | |
| download | pluginbase-be2b0afd99fd43febc58df3b39212e992f631d00.tar.gz | |
This is 0.4-dev
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.3', + version='0.4-dev', url='http://github.com/mitsuhiko/pluginbase', py_modules=['pluginbase'], description='A support library for building plugins sytems in Python.', |
