Skip to content

Commit

Permalink
chore: bump version to v3.0.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Oct 14, 2023
1 parent 90550b0 commit 08f413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def read_requirements():
description="A Python ACME client for the DNS-01 challenge",
long_description=read_readme(),
long_description_content_type="text/markdown",
version="2.0.0",
version="3.0.0",
packages=["simple_acme_dns", "simple_acme_dns.tools", "simple_acme_dns.errors"],
install_requires=read_requirements(),
classifiers=[
Expand Down

0 comments on commit 08f413f

Please sign in to comment.