Skip to content

Commit

Permalink
Unbreak master
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba committed Dec 3, 2015
1 parent 9c687a2 commit 7a6e084
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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'
version = '0.2.0.dev0'

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'
version = '0.2.0.dev0'

install_requires = [
'acme=={0}'.format(version),
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt-compatibility-test/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.2.0.dev0'

install_requires = [
'letsencrypt=={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'
version = '0.2.0.dev0'

install_requires = [
'acme=={0}'.format(version),
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Let's Encrypt client."""

# version number like 1.2.3a0, must have at least 2 parts, like 1.2
__version__ = '0.1.1'
__version__ = '0.2.0.dev0'
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'
version = '0.2.0.dev0'

install_requires = [
'setuptools', # pkg_resources
Expand Down

0 comments on commit 7a6e084

Please sign in to comment.