Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Jul 14, 2016
1 parent c8776c9 commit 7dee418
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup(
name='soft-delete',
version='0.0.2',
version='0.0.3',
description='Soft delete plugin for django',
long_description=open('README.rst').read(),
author='Stuart George',
author_email='stuart@accentdesign.com',
url='https://github.com/AccentDesign/Accent_SoftDelete',
download_url='https://github.com/AccentDesign/Accent_SoftDelete/releases/tag/0.0.2',
download_url='https://github.com/AccentDesign/Accent_SoftDelete/releases/tag/0.0.3',
license='MIT',
packages=[
'soft_delete'
Expand Down
4 changes: 2 additions & 2 deletions soft_delete.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: soft-delete
Version: 0.0.2
Version: 0.0.3
Summary: Soft delete plugin for django
Home-page: https://github.com/AccentDesign/Accent_SoftDelete
Author: Stuart George
Author-email: stuart@accentdesign.com
License: MIT
Download-URL: https://github.com/AccentDesign/Accent_SoftDelete/releases/tag/0.0.2
Download-URL: https://github.com/AccentDesign/Accent_SoftDelete/releases/tag/0.0.3
Description: *****************
Accent_SoftDelete
*****************
Expand Down
2 changes: 1 addition & 1 deletion soft_delete/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit 7dee418

Please sign in to comment.