We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 647be2b + dc242cb commit 8b4a2c9Copy full SHA for 8b4a2c9
openworm_ai/__init__.py
@@ -1,5 +1,5 @@
1
# Version of the Python module.
2
-__version__ = "0.2.7"
+__version__ = "0.2.8"
3
4
5
def print_(msg, print_it=True):
openworm_ai/utils/__init__.py
@@ -0,0 +1 @@
+
regenerateAndTest.sh
@@ -4,7 +4,7 @@ set -ex
ruff format openworm_ai/*.py openworm_ai/*/*.py openworm_ai/*/*/*.py
ruff check openworm_ai/*.py openworm_ai/*/*.py openworm_ai/*/*/*.py
6
7
-pip install .
+pip install .[dev]
8
9
if [ $1 == "-quiz" ]; then
10
python -m openworm_ai.quiz.QuizMaster 10
0 commit comments