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

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Mar 6, 2013
1 parent b1fe0d5 commit d5ad89d
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 @@ -4,7 +4,7 @@

setup(
name = "django-nopassword",
version = '0.1.2',
version = '0.2',
url='http://github.com/relekang/django-nopassword',
author = 'Rolf Erik Lekang',
author_email = 'me@rolflekang.com',
Expand All @@ -15,4 +15,4 @@
],
test_suite='runtests.runtests',
include_package_data=True,
)
)

0 comments on commit d5ad89d

Please sign in to comment.