Skip to content

Commit

Permalink
update version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Dec 8, 2010
1 parent 58410e9 commit 1666149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup

setup(name='dingus',
version='0.2',
version='0.3',
description='A record-then-assert mocking library',
author='Gary Bernhardt',
author_email='gary.bernhardt@gmail.com',
py_modules=['dingus'],
license='MIT',
url='http://bitbucket.org/garybernhardt/dingus',
url='https://github.com/garybernhardt/dingus',
keywords='testing test mocking mock double stub fake record assert',
classifiers=["Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 1666149

Please sign in to comment.