Skip to content

Commit f9e87cf

Browse files
committed
v0.4
1 parent 22165bf commit f9e87cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
name = 'django-cprofile-middleware',
55
packages = ['django_cprofile_middleware'],
66
license = 'MIT',
7-
version = '0.3',
7+
version = '0.4',
88
description = 'Easily add cProfile profiling to django views.',
99
author = 'Omar Bohsali',
1010
author_email = '[email protected]',
1111
url = 'https://github.com/omarish/django-cprofile-middleware/',
12-
download_url = 'https://github.com/omarish/django-cprofile-middleware/tarball/0.3',
12+
download_url = 'https://github.com/omarish/django-cprofile-middleware/tarball/0.4',
1313
keywords = ['django','profiling','cProfile'],
1414
classifiers = [],
1515
)

0 commit comments

Comments
 (0)