Skip to content

Commit

Permalink
bumped version after the latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas9 committed Mar 27, 2015
1 parent 3edbd7f commit ee81b52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions django_unixdatetimefield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .fields import UnixDateTimeField

__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name='django-unixdatetimefield',
version='0.1.2',
version='0.1.3',
author='Niklas Andersson',
author_email='nandersson900@gmail.com',
description='UnixDateTimeField in Django',
Expand Down

0 comments on commit ee81b52

Please sign in to comment.