Skip to content

Commit

Permalink
bump to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalogh committed Dec 31, 2009
1 parent 6ed790d commit 6b3ab3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_nose/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 0, 2)
VERSION = (0, 0, 3)
__version__ = '.'.join(map(str, VERSION))

from runner import run_tests, run_gis_tests
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-nose',
version='0.0.3dev',
version='0.0.3',
description='Django test runner that uses nose.',
long_description=open('README.rst').read(),
author='Jeff Balogh',
Expand Down

0 comments on commit 6b3ab3c

Please sign in to comment.