Skip to content

Commit

Permalink
Merge pull request #9 from jaredhendrickson13/v110
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
jaredhendrickson13 committed Jul 14, 2021
2 parents 2b0f27a + 0d50a33 commit 35a8614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*__pycache__*
*.pyc
*dist*
*.egg-info*
*.egg-info*
.DS_Store
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def requirements():
description="A Python ACME client for the DNS-01 challenge",
long_description=read_me(),
long_description_content_type="text/markdown",
version="1.0.2",
version="1.1.0",
packages=["simple_acme_dns", "simple_acme_dns.tools", "simple_acme_dns.errors"],
install_requires=requirements(),
classifiers=[
Expand Down

0 comments on commit 35a8614

Please sign in to comment.