Skip to content

Commit b5e680c

Browse files
committed
Version bump
1 parent 370f927 commit b5e680c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ def run(self):
2323
call_command('test', 'jsonfield')
2424

2525
setup(name='jsonfield',
26-
version='1.0.3',
26+
version='1.0.3_f_1',
2727
packages=['jsonfield'],
2828
license='MIT',
2929
include_package_data=True,
3030
author='Brad Jasper',
3131
author_email='[email protected]',
32-
url='https://github.com/bradjasper/django-jsonfield/',
32+
url='https://github.com/fyndiq/django-jsonfield/',
3333
description='A reusable Django field that allows you to store validated JSON in your model.',
3434
long_description=open("README.rst").read(),
3535
install_requires=['Django >= 1.4.3'],

0 commit comments

Comments
 (0)