Update setup.py
This commit is contained in:
parent
15302242d4
commit
d30a8c2ae4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue