Update setup.py

This commit is contained in:
helgeerbe 2021-09-20 16:19:49 +02:00 committed by GitHub
parent ce2aac20e2
commit a0d5ab5dda
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 = "0.0.7"
version = "2021.09.20"
install_requires = [
"acme>=1.8.0",