first pip package
This commit is contained in:
parent
79e4c3d30a
commit
1a15b3ee84
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 setup
|
||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
|
|
||||||
version = "0.0.4"
|
version = "0.0.5"
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"acme>=0.29.0",
|
"acme>=0.29.0",
|
||||||
|
|
Loading…
Reference in a new issue