Skip to content

Commit

Permalink
Production ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamstooks authored Jan 1, 2017
1 parent d4b2494 commit 4348cb0
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 @@ -9,7 +9,7 @@ def read(fname):

setup(
name='django-acme-challenge',
version='0.1',
version='1.0',
description="A quick tool to serve the acme-challenge verification page.",
author='Benjamin W Stookey',
author_email='[email protected]',
Expand All @@ -31,4 +31,4 @@ def read(fname):
],
test_suite='tests.main',
install_requires=['Django',],
)
)

0 comments on commit 4348cb0

Please sign in to comment.