Skip to content

Commit

Permalink
version bump to 0.2.1, and brown-bag setup.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmullyan committed Nov 16, 2007
1 parent 553adb0 commit 5ff0449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -34,6 +34,7 @@
name='validino',
version=__version__,
zip_safe=True,
include_package_data=True,
packages=['validino'],
package_dir={'' : 'src'},
test_suite='nose.collector',
Expand Down
3 changes: 2 additions & 1 deletion src/validino/__init__.py
Expand Up @@ -37,4 +37,5 @@

from validino.base import *
from validino.extra import *
__version__='0.2'
from validino.messages import *
__version__='0.2.1'

0 comments on commit 5ff0449

Please sign in to comment.