Skip to content

Commit

Permalink
release 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Sep 24, 2016
1 parent d204670 commit 012dc91
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
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-better-test',
version='0.9',
version='0.10',
description='A better test command for Django',
url='https://github.com/ojii/django-better-test',
author='Jonas Obrist',
Expand All @@ -22,6 +22,6 @@
],
packages=find_packages(),
install_requires=[
'Django>=1.6',
'Django>=1.7',
],
)

0 comments on commit 012dc91

Please sign in to comment.