Skip to content

Commit d2abd1a

Browse files
build: bump version to v3.3.0
1 parent 92fc6b8 commit d2abd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def read_requirements():
3939
description="A Python ACME client for the DNS-01 challenge",
4040
long_description=read_readme(),
4141
long_description_content_type="text/markdown",
42-
version="3.2.1",
42+
version="3.3.0",
4343
packages=["simple_acme_dns", "simple_acme_dns.tools", "simple_acme_dns.errors"],
4444
install_requires=read_requirements(),
4545
classifiers=[

0 commit comments

Comments
 (0)