Skip to content

Commit 189f49b

Browse files
committed
bump version
1 parent 5a49488 commit 189f49b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
from setuptools import setup, find_packages
55

66
install_requires = [
7-
'Django>=1.0',
7+
'Django>=1.4',
88
]
99

1010
setup(
1111
name = "magicembed",
12-
version = "0.2",
13-
url = "http://github.com/fitoria/django-magicembed",
12+
version = "0.3",
13+
url = "http://github.com/kronoscode/django-magicembed",
1414
license = 'MIT',
1515
description = 'Django template filter utils to render videos an thumbnails.',
1616
author = 'Adolfo Fitoria',
17-
author_email = 'adolfo.fitoria@gmail.com',
17+
author_email = 'fitoria@kronoscode.com',
1818
install_requires = install_requires,
1919
packages = find_packages(),
2020
include_package_data = True,
@@ -26,4 +26,4 @@
2626
]
2727
)
2828

29-
print "There are some changes in this new version please read: http://github.com/fitoria/django-magicembed"
29+
print "There are some changes in this new version please read: http://github.com/kronoscode/django-magicembed"

0 commit comments

Comments
 (0)