Browse Source

Looser CHIA version requirement, bumped chillax version

Clemens-Alexander Brust 4 years ago
parent
commit
723b5fa536
2 changed files with 2 additions and 2 deletions
  1. 1 1
      chillax/version.py
  2. 1 1
      setup.py

+ 1 - 1
chillax/version.py

@@ -1 +1 @@
-__version__ = "0.1a10"
+__version__ = "0.1a11"

+ 1 - 1
setup.py

@@ -17,7 +17,7 @@ setup(
     packages=find_packages(),
     python_requires=">=3.7",
     install_requires=[
-        "chia==2.0rc15",
+        "chia>=2.0rc16",
     ],
     # metadata to display on PyPI
     author="Clemens-Alexander Brust",