Skip to content

Commit

Permalink
updated version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Usán committed Jan 12, 2018
1 parent b6d5b45 commit a2cfbdb
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 @@ -5,12 +5,12 @@
setup(
name='django_loader_dumper',
packages=find_packages(),
version='1.0',
version='1.0.1',
description='Commands for loading and dumping fixtures based on app names.',
author='Andruten',
author_email='[email protected]',
url='https://github.com/andruten/django_loader_dumper',
download_url='https://github.com/andruten/django_loader_dumper/archive/1.0.tar.gz',
download_url='https://github.com/andruten/django_loader_dumper/archive/1.0.1.tar.gz',
keywords=['django', 'fixtures', 'dumpdata', 'loaddata', 'commands', 'json'],
classifiers=[],
)

0 comments on commit a2cfbdb

Please sign in to comment.