Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Dec 2, 2015
1 parent df51f7f commit 5747ab7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acme/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages


version = '0.1.0.dev0'
version = '0.1.0'

install_requires = [
# load_pem_private/public_key (>=0.6)
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt-apache/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages


version = '0.1.0.dev0'
version = '0.1.0'

install_requires = [
'acme=={0}'.format(version),
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt-nginx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages


version = '0.1.0.dev0'
version = '0.1.0'

install_requires = [
'acme=={0}'.format(version),
Expand Down
2 changes: 1 addition & 1 deletion letshelp-letsencrypt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages


version = '0.1.0.dev0'
version = '0.1.0'

install_requires = [
'setuptools', # pkg_resources
Expand Down

0 comments on commit 5747ab7

Please sign in to comment.