Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Upgraded storytracker version
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 7, 2014
1 parent 79b374c commit 47e2e24
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 @@ -28,15 +28,15 @@ def run(self):

setup(
name='django-urlarchivefield',
version='0.0.4',
version='0.0.5',
description='A custom Django model field that automatically archives a URL',
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
url='https://github.com/pastpages/django-urlarchivefield',
license='MIT',
packages=('urlarchivefield',),
install_requires=(
'storytracker==0.0.2',
'storytracker==0.0.3',
'six==1.7.2',
),
cmdclass={'test': TestCommand}
Expand Down

0 comments on commit 47e2e24

Please sign in to comment.