Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
- Lower certbot requirements to 1.1.0
- Cut new release v1.0.0
  • Loading branch information
ixs authored Oct 18, 2023
1 parent e89947e commit d8d185f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup
from setuptools import find_packages

version = "0.1.0"
version = "1.0.0"

install_requires = [
"certbot>=2.0.0",
"certbot>=1.1.0",
"setuptools",
"bawuenet-domainctl @ git+https://github.com/bawuenet/domainctl"
]
Expand Down

0 comments on commit d8d185f

Please sign in to comment.