Update setup.py

This commit is contained in:
helgeerbe 2021-09-20 16:44:58 +02:00 committed by GitHub
parent 15302242d4
commit d30a8c2ae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
from setuptools import setup
from setuptools import find_packages
version = "2021.09.20"
version = "2021.09.20.post1"
install_requires = [
"acme>=1.8.0",